Shades of Fern #64A166
Tints of Fern #64A166
RGB
CMYK
RGB Variations
Color information
#64A166 (or 0x64A166) is known color: Fern. HEX triplet: 64, A1 and 66. RGB value is (100,161,102). Sum of RGB (Red+Green+Blue) = 100+161+102=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 161 - color contains mainly: green. Hex color #64A166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A166 is #9B5E99. Grayscale: #888888. Windows color (decimal): -10182298 or 6725988. OLE color: 6725988.
HSL color Cylindrical-coordinate representation of color #64A166: hue angle of 121.97º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64A166 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 161 | 102 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.37 |
| HSL | 121.97º | 0.24% | 0.51% | - |
| HSV(B) | 121.97º | 0.38% | 0.63% | - |
| XYZ | 20.4 | 29.16 | 17.12 | - |
| YUV | 136.04 | 108.79 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 161 | 102 | 0.38 | 0 | 0.37 | 0.37 | 121.97 | 0.24 | 0.51 |
| Hex | 64 | A1 | 66 | 26 | 0 | 25 | 25 | 7A | 18 | 33 |
| Octal | 144 | 241 | 146 | 46 | 0 | 45 | 45 | 172 | 30 | 63 |
| Binary | 1100100 | 10100001 | 1100110 | 100110 | 0 | 100101 | 100101 | 1111010 | 11000 | 110011 |
Color Harmonies of #64A166
Complementary color
Monochromatic Colors of #64A166
Black with #64A166
Text Example
Text Example
White with #64A166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A166; }
p { color: rgb(100,161,102); }
H1.HeaderClassName
{
color: #64A166;
}
.AnyTagClassName
{
color: #64A166;
}
</style>
background-color css
<style>
a { background-color: #64A166; }
a { background-color: rgb(100,161,102); }
div.DivClassName
{
background-color: #64A166;
}
.BgClassName
{
background-color: #64A166;
}
</style>
border-color css
<style>
span { border-color: #64A166; }
span { border-color: rgb(100,161,102); }
td.TdClassName
{
border-color: #64A166;
}
.TagClassName
{
border-color: #64A166;
}
</style>