Shades of Fern #64AF76
Tints of Fern #64AF76
RGB
CMYK
RGB Variations
Color information
#64AF76 (or 0x64AF76) is known color: Fern. HEX triplet: 64, AF and 76. RGB value is (100,175,118). Sum of RGB (Red+Green+Blue) = 100+175+118=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AF76 is #9B5089. Grayscale: #929292. Windows color (decimal): -10178698 or 7778148. OLE color: 7778148.
HSL color Cylindrical-coordinate representation of color #64AF76: hue angle of 134.4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64AF76 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 175 | 118 | - |
| CMYK | 0.43 | 0 | 0.33 | 0.31 |
| HSL | 134.4º | 0.32% | 0.54% | - |
| HSV(B) | 134.4º | 0.43% | 0.69% | - |
| XYZ | 23.86 | 34.68 | 22.58 | - |
| YUV | 146.08 | 112.15 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 175 | 118 | 0.43 | 0 | 0.33 | 0.31 | 134.4 | 0.32 | 0.54 |
| Hex | 64 | AF | 76 | 2B | 0 | 21 | 1F | 86 | 20 | 36 |
| Octal | 144 | 257 | 166 | 53 | 0 | 41 | 37 | 206 | 40 | 66 |
| Binary | 1100100 | 10101111 | 1110110 | 101011 | 0 | 100001 | 11111 | 10000110 | 100000 | 110110 |
Color Harmonies of #64AF76
Complementary color
Monochromatic Colors of #64AF76
Black with #64AF76
Text Example
Text Example
White with #64AF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AF76; }
p { color: rgb(100,175,118); }
H1.HeaderClassName
{
color: #64AF76;
}
.AnyTagClassName
{
color: #64AF76;
}
</style>
background-color css
<style>
a { background-color: #64AF76; }
a { background-color: rgb(100,175,118); }
div.DivClassName
{
background-color: #64AF76;
}
.BgClassName
{
background-color: #64AF76;
}
</style>
border-color css
<style>
span { border-color: #64AF76; }
span { border-color: rgb(100,175,118); }
td.TdClassName
{
border-color: #64AF76;
}
.TagClassName
{
border-color: #64AF76;
}
</style>