Shades of Fern #64B76B
Tints of Fern #64B76B
RGB
CMYK
RGB Variations
Color information
#64B76B (or 0x64B76B) is known color: Fern. HEX triplet: 64, B7 and 6B. RGB value is (100,183,107). Sum of RGB (Red+Green+Blue) = 100+183+107=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 183 - color contains mainly: green. Hex color #64B76B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B76B is #9B4894. Grayscale: #959595. Windows color (decimal): -10176661 or 7059300. OLE color: 7059300.
HSL color Cylindrical-coordinate representation of color #64B76B: hue angle of 125.06º 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 #64B76B is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 183 | 107 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.28 |
| HSL | 125.06º | 0.37% | 0.55% | - |
| HSV(B) | 125.06º | 0.45% | 0.72% | - |
| XYZ | 24.84 | 37.64 | 19.87 | - |
| YUV | 149.52 | 104 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 183 | 107 | 0.45 | 0 | 0.42 | 0.28 | 125.06 | 0.37 | 0.55 |
| Hex | 64 | B7 | 6B | 2D | 0 | 2A | 1C | 7D | 25 | 37 |
| Octal | 144 | 267 | 153 | 55 | 0 | 52 | 34 | 175 | 45 | 67 |
| Binary | 1100100 | 10110111 | 1101011 | 101101 | 0 | 101010 | 11100 | 1111101 | 100101 | 110111 |
Color Harmonies of #64B76B
Complementary color
Monochromatic Colors of #64B76B
Black with #64B76B
Text Example
Text Example
White with #64B76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B76B; }
p { color: rgb(100,183,107); }
H1.HeaderClassName
{
color: #64B76B;
}
.AnyTagClassName
{
color: #64B76B;
}
</style>
background-color css
<style>
a { background-color: #64B76B; }
a { background-color: rgb(100,183,107); }
div.DivClassName
{
background-color: #64B76B;
}
.BgClassName
{
background-color: #64B76B;
}
</style>
border-color css
<style>
span { border-color: #64B76B; }
span { border-color: rgb(100,183,107); }
td.TdClassName
{
border-color: #64B76B;
}
.TagClassName
{
border-color: #64B76B;
}
</style>