Shades of Fern #64B974
Tints of Fern #64B974
RGB
CMYK
RGB Variations
Color information
#64B974 (or 0x64B974) is known color: Fern. HEX triplet: 64, B9 and 74. RGB value is (100,185,116). Sum of RGB (Red+Green+Blue) = 100+185+116=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #64B974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B974 is #9B468B. Grayscale: #979797. Windows color (decimal): -10176140 or 7649636. OLE color: 7649636.
HSL color Cylindrical-coordinate representation of color #64B974: hue angle of 131.29º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64B974 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 185 | 116 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.27 |
| HSL | 131.29º | 0.38% | 0.56% | - |
| HSV(B) | 131.29º | 0.46% | 0.73% | - |
| XYZ | 25.76 | 38.67 | 22.63 | - |
| YUV | 151.72 | 107.84 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 185 | 116 | 0.46 | 0 | 0.37 | 0.27 | 131.29 | 0.38 | 0.56 |
| Hex | 64 | B9 | 74 | 2E | 0 | 25 | 1B | 83 | 26 | 38 |
| Octal | 144 | 271 | 164 | 56 | 0 | 45 | 33 | 203 | 46 | 70 |
| Binary | 1100100 | 10111001 | 1110100 | 101110 | 0 | 100101 | 11011 | 10000011 | 100110 | 111000 |
Color Harmonies of #64B974
Complementary color
Monochromatic Colors of #64B974
Black with #64B974
Text Example
Text Example
White with #64B974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B974; }
p { color: rgb(100,185,116); }
H1.HeaderClassName
{
color: #64B974;
}
.AnyTagClassName
{
color: #64B974;
}
</style>
background-color css
<style>
a { background-color: #64B974; }
a { background-color: rgb(100,185,116); }
div.DivClassName
{
background-color: #64B974;
}
.BgClassName
{
background-color: #64B974;
}
</style>
border-color css
<style>
span { border-color: #64B974; }
span { border-color: rgb(100,185,116); }
td.TdClassName
{
border-color: #64B974;
}
.TagClassName
{
border-color: #64B974;
}
</style>