Shades of Fern #64AA66
Tints of Fern #64AA66
RGB
CMYK
RGB Variations
Color information
#64AA66 (or 0x64AA66) is known color: Fern. HEX triplet: 64, AA and 66. RGB value is (100,170,102). Sum of RGB (Red+Green+Blue) = 100+170+102=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 170 - color contains mainly: green. Hex color #64AA66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AA66 is #9B5599. Grayscale: #8D8D8D. Windows color (decimal): -10179994 or 6728292. OLE color: 6728292.
HSL color Cylindrical-coordinate representation of color #64AA66: hue angle of 121.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64AA66 is Cyan = 0.41, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 170 | 102 | - |
| CMYK | 0.41 | 0 | 0.4 | 0.33 |
| HSL | 121.71º | 0.29% | 0.53% | - |
| HSV(B) | 121.71º | 0.41% | 0.67% | - |
| XYZ | 22.03 | 32.42 | 17.67 | - |
| YUV | 141.32 | 105.81 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 170 | 102 | 0.41 | 0 | 0.4 | 0.33 | 121.71 | 0.29 | 0.53 |
| Hex | 64 | AA | 66 | 29 | 0 | 28 | 21 | 7A | 1D | 35 |
| Octal | 144 | 252 | 146 | 51 | 0 | 50 | 41 | 172 | 35 | 65 |
| Binary | 1100100 | 10101010 | 1100110 | 101001 | 0 | 101000 | 100001 | 1111010 | 11101 | 110101 |
Color Harmonies of #64AA66
Complementary color
Monochromatic Colors of #64AA66
Black with #64AA66
Text Example
Text Example
White with #64AA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AA66; }
p { color: rgb(100,170,102); }
H1.HeaderClassName
{
color: #64AA66;
}
.AnyTagClassName
{
color: #64AA66;
}
</style>
background-color css
<style>
a { background-color: #64AA66; }
a { background-color: rgb(100,170,102); }
div.DivClassName
{
background-color: #64AA66;
}
.BgClassName
{
background-color: #64AA66;
}
</style>
border-color css
<style>
span { border-color: #64AA66; }
span { border-color: rgb(100,170,102); }
td.TdClassName
{
border-color: #64AA66;
}
.TagClassName
{
border-color: #64AA66;
}
</style>