Shades of Fern #64B375
Tints of Fern #64B375
RGB
CMYK
RGB Variations
Color information
#64B375 (or 0x64B375) is known color: Fern. HEX triplet: 64, B3 and 75. RGB value is (100,179,117). Sum of RGB (Red+Green+Blue) = 100+179+117=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 179 - color contains mainly: green. Hex color #64B375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B375 is #9B4C8A. Grayscale: #949494. Windows color (decimal): -10177675 or 7713636. OLE color: 7713636.
HSL color Cylindrical-coordinate representation of color #64B375: hue angle of 132.91º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64B375 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 179 | 117 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.30 |
| HSL | 132.91º | 0.34% | 0.55% | - |
| HSV(B) | 132.91º | 0.44% | 0.7% | - |
| XYZ | 24.59 | 36.23 | 22.53 | - |
| YUV | 148.31 | 110.33 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 179 | 117 | 0.44 | 0 | 0.35 | 0.30 | 132.91 | 0.34 | 0.55 |
| Hex | 64 | B3 | 75 | 2C | 0 | 23 | 1E | 85 | 22 | 37 |
| Octal | 144 | 263 | 165 | 54 | 0 | 43 | 36 | 205 | 42 | 67 |
| Binary | 1100100 | 10110011 | 1110101 | 101100 | 0 | 100011 | 11110 | 10000101 | 100010 | 110111 |
Color Harmonies of #64B375
Complementary color
Monochromatic Colors of #64B375
Black with #64B375
Text Example
Text Example
White with #64B375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B375; }
p { color: rgb(100,179,117); }
H1.HeaderClassName
{
color: #64B375;
}
.AnyTagClassName
{
color: #64B375;
}
</style>
background-color css
<style>
a { background-color: #64B375; }
a { background-color: rgb(100,179,117); }
div.DivClassName
{
background-color: #64B375;
}
.BgClassName
{
background-color: #64B375;
}
</style>
border-color css
<style>
span { border-color: #64B375; }
span { border-color: rgb(100,179,117); }
td.TdClassName
{
border-color: #64B375;
}
.TagClassName
{
border-color: #64B375;
}
</style>