Shades of Fern #66AA73
Tints of Fern #66AA73
RGB
CMYK
RGB Variations
Color information
#66AA73 (or 0x66AA73) is known color: Fern. HEX triplet: 66, AA and 73. RGB value is (102,170,115). Sum of RGB (Red+Green+Blue) = 102+170+115=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AA73 is #99558C. Grayscale: #8F8F8F. Windows color (decimal): -10048909 or 7580262. OLE color: 7580262.
HSL color Cylindrical-coordinate representation of color #66AA73: hue angle of 131.47º 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 #66AA73 is Cyan = 0.4, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 170 | 115 | - |
| CMYK | 0.4 | 0 | 0.32 | 0.33 |
| HSL | 131.47º | 0.29% | 0.53% | - |
| HSV(B) | 131.47º | 0.4% | 0.67% | - |
| XYZ | 22.95 | 32.81 | 21.34 | - |
| YUV | 143.4 | 111.97 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 170 | 115 | 0.4 | 0 | 0.32 | 0.33 | 131.47 | 0.29 | 0.53 |
| Hex | 66 | AA | 73 | 28 | 0 | 20 | 21 | 83 | 1D | 35 |
| Octal | 146 | 252 | 163 | 50 | 0 | 40 | 41 | 203 | 35 | 65 |
| Binary | 1100110 | 10101010 | 1110011 | 101000 | 0 | 100000 | 100001 | 10000011 | 11101 | 110101 |
Color Harmonies of #66AA73
Complementary color
Monochromatic Colors of #66AA73
Black with #66AA73
Text Example
Text Example
White with #66AA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AA73; }
p { color: rgb(102,170,115); }
H1.HeaderClassName
{
color: #66AA73;
}
.AnyTagClassName
{
color: #66AA73;
}
</style>
background-color css
<style>
a { background-color: #66AA73; }
a { background-color: rgb(102,170,115); }
div.DivClassName
{
background-color: #66AA73;
}
.BgClassName
{
background-color: #66AA73;
}
</style>
border-color css
<style>
span { border-color: #66AA73; }
span { border-color: rgb(102,170,115); }
td.TdClassName
{
border-color: #66AA73;
}
.TagClassName
{
border-color: #66AA73;
}
</style>