Shades of Fern #64B766
Tints of Fern #64B766
RGB
CMYK
RGB Variations
Color information
#64B766 (or 0x64B766) is known color: Fern. HEX triplet: 64, B7 and 66. RGB value is (100,183,102). Sum of RGB (Red+Green+Blue) = 100+183+102=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #64B766 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B766 is #9B4899. Grayscale: #959595. Windows color (decimal): -10176666 or 6731620. OLE color: 6731620.
HSL color Cylindrical-coordinate representation of color #64B766: hue angle of 121.45º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64B766 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 183 | 102 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.28 |
| HSL | 121.45º | 0.37% | 0.55% | - |
| HSV(B) | 121.45º | 0.45% | 0.72% | - |
| XYZ | 24.59 | 37.54 | 18.52 | - |
| YUV | 148.95 | 101.5 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 183 | 102 | 0.45 | 0 | 0.44 | 0.28 | 121.45 | 0.37 | 0.55 |
| Hex | 64 | B7 | 66 | 2D | 0 | 2C | 1C | 79 | 25 | 37 |
| Octal | 144 | 267 | 146 | 55 | 0 | 54 | 34 | 171 | 45 | 67 |
| Binary | 1100100 | 10110111 | 1100110 | 101101 | 0 | 101100 | 11100 | 1111001 | 100101 | 110111 |
Color Harmonies of #64B766
Complementary color
Monochromatic Colors of #64B766
Black with #64B766
Text Example
Text Example
White with #64B766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B766; }
p { color: rgb(100,183,102); }
H1.HeaderClassName
{
color: #64B766;
}
.AnyTagClassName
{
color: #64B766;
}
</style>
background-color css
<style>
a { background-color: #64B766; }
a { background-color: rgb(100,183,102); }
div.DivClassName
{
background-color: #64B766;
}
.BgClassName
{
background-color: #64B766;
}
</style>
border-color css
<style>
span { border-color: #64B766; }
span { border-color: rgb(100,183,102); }
td.TdClassName
{
border-color: #64B766;
}
.TagClassName
{
border-color: #64B766;
}
</style>