Shades of Fern #64BB76
Tints of Fern #64BB76
RGB
CMYK
RGB Variations
Color information
#64BB76 (or 0x64BB76) is known color: Fern. HEX triplet: 64, BB and 76. RGB value is (100,187,118). Sum of RGB (Red+Green+Blue) = 100+187+118=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BB76 is #9B4489. Grayscale: #999999. Windows color (decimal): -10175626 or 7781220. OLE color: 7781220.
HSL color Cylindrical-coordinate representation of color #64BB76: hue angle of 132.41º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BB76 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 187 | 118 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.27 |
| HSL | 132.41º | 0.39% | 0.56% | - |
| HSV(B) | 132.41º | 0.47% | 0.73% | - |
| XYZ | 26.3 | 39.56 | 23.39 | - |
| YUV | 153.12 | 108.18 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 187 | 118 | 0.47 | 0 | 0.37 | 0.27 | 132.41 | 0.39 | 0.56 |
| Hex | 64 | BB | 76 | 2F | 0 | 25 | 1B | 84 | 27 | 38 |
| Octal | 144 | 273 | 166 | 57 | 0 | 45 | 33 | 204 | 47 | 70 |
| Binary | 1100100 | 10111011 | 1110110 | 101111 | 0 | 100101 | 11011 | 10000100 | 100111 | 111000 |
Color Harmonies of #64BB76
Complementary color
Monochromatic Colors of #64BB76
Black with #64BB76
Text Example
Text Example
White with #64BB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BB76; }
p { color: rgb(100,187,118); }
H1.HeaderClassName
{
color: #64BB76;
}
.AnyTagClassName
{
color: #64BB76;
}
</style>
background-color css
<style>
a { background-color: #64BB76; }
a { background-color: rgb(100,187,118); }
div.DivClassName
{
background-color: #64BB76;
}
.BgClassName
{
background-color: #64BB76;
}
</style>
border-color css
<style>
span { border-color: #64BB76; }
span { border-color: rgb(100,187,118); }
td.TdClassName
{
border-color: #64BB76;
}
.TagClassName
{
border-color: #64BB76;
}
</style>