Shades of Fern #64B87B
Tints of Fern #64B87B
RGB
CMYK
RGB Variations
Color information
#64B87B (or 0x64B87B) is known color: Fern. HEX triplet: 64, B8 and 7B. RGB value is (100,184,123). Sum of RGB (Red+Green+Blue) = 100+184+123=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 184 - color contains mainly: green. Hex color #64B87B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B87B is #9B4784. Grayscale: #989898. Windows color (decimal): -10176389 or 8108132. OLE color: 8108132.
HSL color Cylindrical-coordinate representation of color #64B87B: hue angle of 136.43º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64B87B is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 184 | 123 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.28 |
| HSL | 136.43º | 0.37% | 0.56% | - |
| HSV(B) | 136.43º | 0.46% | 0.72% | - |
| XYZ | 25.97 | 38.42 | 24.79 | - |
| YUV | 151.93 | 111.67 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 184 | 123 | 0.46 | 0 | 0.33 | 0.28 | 136.43 | 0.37 | 0.56 |
| Hex | 64 | B8 | 7B | 2E | 0 | 21 | 1C | 88 | 25 | 38 |
| Octal | 144 | 270 | 173 | 56 | 0 | 41 | 34 | 210 | 45 | 70 |
| Binary | 1100100 | 10111000 | 1111011 | 101110 | 0 | 100001 | 11100 | 10001000 | 100101 | 111000 |
Color Harmonies of #64B87B
Complementary color
Monochromatic Colors of #64B87B
Black with #64B87B
Text Example
Text Example
White with #64B87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B87B; }
p { color: rgb(100,184,123); }
H1.HeaderClassName
{
color: #64B87B;
}
.AnyTagClassName
{
color: #64B87B;
}
</style>
background-color css
<style>
a { background-color: #64B87B; }
a { background-color: rgb(100,184,123); }
div.DivClassName
{
background-color: #64B87B;
}
.BgClassName
{
background-color: #64B87B;
}
</style>
border-color css
<style>
span { border-color: #64B87B; }
span { border-color: rgb(100,184,123); }
td.TdClassName
{
border-color: #64B87B;
}
.TagClassName
{
border-color: #64B87B;
}
</style>