Shades of Fern #66A66A
Tints of Fern #66A66A
RGB
CMYK
RGB Variations
Color information
#66A66A (or 0x66A66A) is known color: Fern. HEX triplet: 66, A6 and 6A. RGB value is (102,166,106). Sum of RGB (Red+Green+Blue) = 102+166+106=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 166 - color contains mainly: green. Hex color #66A66A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A66A is #995995. Grayscale: #8C8C8C. Windows color (decimal): -10049942 or 6989414. OLE color: 6989414.
HSL color Cylindrical-coordinate representation of color #66A66A: hue angle of 123.75º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A66A is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 166 | 106 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.35 |
| HSL | 123.75º | 0.26% | 0.53% | - |
| HSV(B) | 123.75º | 0.39% | 0.65% | - |
| XYZ | 21.72 | 31.14 | 18.5 | - |
| YUV | 140.02 | 108.8 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 166 | 106 | 0.39 | 0 | 0.36 | 0.35 | 123.75 | 0.26 | 0.53 |
| Hex | 66 | A6 | 6A | 27 | 0 | 24 | 23 | 7C | 1A | 35 |
| Octal | 146 | 246 | 152 | 47 | 0 | 44 | 43 | 174 | 32 | 65 |
| Binary | 1100110 | 10100110 | 1101010 | 100111 | 0 | 100100 | 100011 | 1111100 | 11010 | 110101 |
Color Harmonies of #66A66A
Complementary color
Monochromatic Colors of #66A66A
Black with #66A66A
Text Example
Text Example
White with #66A66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A66A; }
p { color: rgb(102,166,106); }
H1.HeaderClassName
{
color: #66A66A;
}
.AnyTagClassName
{
color: #66A66A;
}
</style>
background-color css
<style>
a { background-color: #66A66A; }
a { background-color: rgb(102,166,106); }
div.DivClassName
{
background-color: #66A66A;
}
.BgClassName
{
background-color: #66A66A;
}
</style>
border-color css
<style>
span { border-color: #66A66A; }
span { border-color: rgb(102,166,106); }
td.TdClassName
{
border-color: #66A66A;
}
.TagClassName
{
border-color: #66A66A;
}
</style>