Shades of Fern #64BB69
Tints of Fern #64BB69
RGB
CMYK
RGB Variations
Color information
#64BB69 (or 0x64BB69) is known color: Fern. HEX triplet: 64, BB and 69. RGB value is (100,187,105). Sum of RGB (Red+Green+Blue) = 100+187+105=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BB69 is #9B4496. Grayscale: #979797. Windows color (decimal): -10175639 or 6929252. OLE color: 6929252.
HSL color Cylindrical-coordinate representation of color #64BB69: hue angle of 123.45º 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 #64BB69 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 187 | 105 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.27 |
| HSL | 123.45º | 0.39% | 0.56% | - |
| HSV(B) | 123.45º | 0.47% | 0.73% | - |
| XYZ | 25.58 | 39.27 | 19.6 | - |
| YUV | 151.64 | 101.68 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 187 | 105 | 0.47 | 0 | 0.44 | 0.27 | 123.45 | 0.39 | 0.56 |
| Hex | 64 | BB | 69 | 2F | 0 | 2C | 1B | 7B | 27 | 38 |
| Octal | 144 | 273 | 151 | 57 | 0 | 54 | 33 | 173 | 47 | 70 |
| Binary | 1100100 | 10111011 | 1101001 | 101111 | 0 | 101100 | 11011 | 1111011 | 100111 | 111000 |
Color Harmonies of #64BB69
Complementary color
Monochromatic Colors of #64BB69
Black with #64BB69
Text Example
Text Example
White with #64BB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BB69; }
p { color: rgb(100,187,105); }
H1.HeaderClassName
{
color: #64BB69;
}
.AnyTagClassName
{
color: #64BB69;
}
</style>
background-color css
<style>
a { background-color: #64BB69; }
a { background-color: rgb(100,187,105); }
div.DivClassName
{
background-color: #64BB69;
}
.BgClassName
{
background-color: #64BB69;
}
</style>
border-color css
<style>
span { border-color: #64BB69; }
span { border-color: rgb(100,187,105); }
td.TdClassName
{
border-color: #64BB69;
}
.TagClassName
{
border-color: #64BB69;
}
</style>