crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#007f66 hex color - Generic Viridian - Green - Cool color - Information

#007f66 hex color - Generic Viridian - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #007f66 Color Code is also known as Generic Viridian color.

Hex #007f66 Color code in RGB color code model is created after adding 0% red color, 49.8% green color and 40% blue color. Hex #007f66 Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 0% magenta, 20% yellow and 50% black.

Hex #007f66 color code is between #007755 web safe hex color code and #008877 web safe hex color code. #007755 is the nearest web safe color code. You can see here many more shades of #007f66 color code.

0 Likes 0 Comments | 64 Views

Color Table

Hex Color Code007f66#007f66
RGB Decimal0, 127, 102rgb(0, 127, 102)
RGB Percent0%, 50%, 40%rgb(0%, 50%, 40%)
CSS RGBa0, 127, 102,1rgba(0,127,102,1)
CMYK Modelcmyk(100%,0%,20%,50%)
HSL Color Space168,100% ,25%hsl(168,100% ,25%)
HSV Color Space168°, 100%, 50%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000000111111101100110
Octal0177146
Decimal0127102
Hex007f66

Different shades of #007f66 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #007f66
#00b28f
Dark Shade of #007f66
#004c3d
Saturated Shade of #007f66
#007f66
Desaturated Shade of #007f66
#067962
Grey scale Shade of #007f66
#3f3f3f
Brighten Shade
#19987f
Most Readable Shade
#FFFFFF

Shades of #007f66 color code

Generate more color scales with scales (color stack) generator.

#007f66
#00705a
#00624f
#005444
#004638
#00382d
#002a22
#001c16
#000e0b
#000000

Similar Color like #007f66 color

Find visually similar hex color codes nearing to #007f66 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#018067
#028168
#038269
#04836a
#05846b
#06856c
#07866d
#08876e
#09886f
#0a8970
#0b8a71
#0c8b72
#0d8c73
#0e8d74
#007e65
#007d64
#007c63
#007b62
#007a61
#007960
#00785f
#00775e
#00765d
#00755c
#00745b
#00735a
#007259
#007158

Monochromatic Color with #007f66

#007f66
#00a988
#00d4aa
#00fecc
#002a22
#005444

Tints of #007f66 Color

#007f66
#1c8d77
#389b88
#55a999
#71b7aa
#8dc6bb
#aad4cc
#c6e2dd
#e2f0ee
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#007f66
#7f0019

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#007f66
#7f0058
#7f2700

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#007f33
#007f4d
#007f66
#007f7f
#00657f

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#007f66
#66007f
#7f6600

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#007f66
#26007f
#7f0019
#587f00

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#007f66
#7f0019
#7f2700
#00587f

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #007f66 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#007f66 Color Code Preview on Black Background Color

This is how #007f66 Color will look on black background color. Color contrast ratio is 4.23

#007f66 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#007f66">Your Example Paragraph content text in with font color #007f66 </p>

Your Example Paragraph content text in with font color #007f66

HTML with inline CSS

<div style="color:#007f66">Your Paragraph text in with font color #007f66 </div>

Your Example Paragraph content text in with font color #007f66

#007f66 color code is use for CSS Background Color

Background color for the above div is #007f66

HTML with inline CSS

<div style="background-color:#007f66;"></div>

#007f66 color code is use for CSS Border Color

CSS Border color for the above div is #007f66

HTML with inline CSS

<div style="border:5px solid #007f66;"></div>

CSS Border Left color for the above div is #007f66

HTML with inline CSS

<div style="border-left:5px solid #007f66;"></div>

CSS Border Right color for the above div is #007f66

HTML with inline CSS

<div style="border-right:5px solid #007f66;"></div>

CSS Border Bottom color for the above div is #007f66

HTML with inline CSS

<div style="border-bottom:5px solid #007f66;"></div>

CSS Border Top color for the above div is #007f66

HTML with inline CSS

<div style="border-top:5px solid #007f66;"></div>

#007f66 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#007f66; } .examplecolorclass {color:#007f66; } .examplebordercolor {border:3px solid #007f66; }

#007f66 Color code Preview on White Background

This is how #007f66 Color code will look on white background color. Color contrast ratio is 4.97

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #007f66; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #007f66; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 64 Views

Post your comment:-

By submitting comment you agree to our privacy policy.