Shades of Fern #66AA68
Tints of Fern #66AA68
RGB
CMYK
RGB Variations
Color information
#66AA68 (or 0x66AA68) is known color: Fern. HEX triplet: 66, AA and 68. RGB value is (102,170,104). Sum of RGB (Red+Green+Blue) = 102+170+104=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AA68 is #995597. Grayscale: #8E8E8E. Windows color (decimal): -10048920 or 6859366. OLE color: 6859366.
HSL color Cylindrical-coordinate representation of color #66AA68: hue angle of 121.76º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66AA68 is Cyan = 0.4, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 170 | 104 | - |
| CMYK | 0.4 | 0 | 0.39 | 0.33 |
| HSL | 121.76º | 0.29% | 0.53% | - |
| HSV(B) | 121.76º | 0.4% | 0.67% | - |
| XYZ | 22.35 | 32.57 | 18.21 | - |
| YUV | 142.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 170 | 104 | 0.4 | 0 | 0.39 | 0.33 | 121.76 | 0.29 | 0.53 |
| Hex | 66 | AA | 68 | 28 | 0 | 27 | 21 | 7A | 1D | 35 |
| Octal | 146 | 252 | 150 | 50 | 0 | 47 | 41 | 172 | 35 | 65 |
| Binary | 1100110 | 10101010 | 1101000 | 101000 | 0 | 100111 | 100001 | 1111010 | 11101 | 110101 |
Color Harmonies of #66AA68
Complementary color
Monochromatic Colors of #66AA68
Black with #66AA68
Text Example
Text Example
White with #66AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AA68; }
p { color: rgb(102,170,104); }
H1.HeaderClassName
{
color: #66AA68;
}
.AnyTagClassName
{
color: #66AA68;
}
</style>
background-color css
<style>
a { background-color: #66AA68; }
a { background-color: rgb(102,170,104); }
div.DivClassName
{
background-color: #66AA68;
}
.BgClassName
{
background-color: #66AA68;
}
</style>
border-color css
<style>
span { border-color: #66AA68; }
span { border-color: rgb(102,170,104); }
td.TdClassName
{
border-color: #66AA68;
}
.TagClassName
{
border-color: #66AA68;
}
</style>