Shades of Fern #64AE76
Tints of Fern #64AE76
RGB
CMYK
RGB Variations
Color information
#64AE76 (or 0x64AE76) is known color: Fern. HEX triplet: 64, AE and 76. RGB value is (100,174,118). Sum of RGB (Red+Green+Blue) = 100+174+118=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AE76 is #9B5189. Grayscale: #919191. Windows color (decimal): -10178954 or 7777892. OLE color: 7777892.
HSL color Cylindrical-coordinate representation of color #64AE76: hue angle of 134.59º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64AE76 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 174 | 118 | - |
| CMYK | 0.43 | 0 | 0.32 | 0.32 |
| HSL | 134.59º | 0.31% | 0.54% | - |
| HSV(B) | 134.59º | 0.43% | 0.68% | - |
| XYZ | 23.66 | 34.29 | 22.51 | - |
| YUV | 145.49 | 112.48 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 174 | 118 | 0.43 | 0 | 0.32 | 0.32 | 134.59 | 0.31 | 0.54 |
| Hex | 64 | AE | 76 | 2B | 0 | 20 | 20 | 87 | 1F | 36 |
| Octal | 144 | 256 | 166 | 53 | 0 | 40 | 40 | 207 | 37 | 66 |
| Binary | 1100100 | 10101110 | 1110110 | 101011 | 0 | 100000 | 100000 | 10000111 | 11111 | 110110 |
Color Harmonies of #64AE76
Complementary color
Monochromatic Colors of #64AE76
Black with #64AE76
Text Example
Text Example
White with #64AE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AE76; }
p { color: rgb(100,174,118); }
H1.HeaderClassName
{
color: #64AE76;
}
.AnyTagClassName
{
color: #64AE76;
}
</style>
background-color css
<style>
a { background-color: #64AE76; }
a { background-color: rgb(100,174,118); }
div.DivClassName
{
background-color: #64AE76;
}
.BgClassName
{
background-color: #64AE76;
}
</style>
border-color css
<style>
span { border-color: #64AE76; }
span { border-color: rgb(100,174,118); }
td.TdClassName
{
border-color: #64AE76;
}
.TagClassName
{
border-color: #64AE76;
}
</style>