Shades of Glade Green #5F7F4E
Tints of Glade Green #5F7F4E
RGB
CMYK
RGB Variations
Color information
#5F7F4E (or 0x5F7F4E) is known color: Glade Green. HEX triplet: 5F, 7F and 4E. RGB value is (95,127,78). Sum of RGB (Red+Green+Blue) = 95+127+78=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 127 (50% from 255 or 42.33% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 127 - color contains mainly: green. Hex color #5F7F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7F4E is #A080B1. Grayscale: #707070. Windows color (decimal): -10518706 or 5144415. OLE color: 5144415.
HSL color Cylindrical-coordinate representation of color #5F7F4E: hue angle of 99.18º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F7F4E is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 95 | 127 | 78 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.50 |
| HSL | 99.18º | 0.24% | 0.4% | - |
| HSV(B) | 99.18º | 0.39% | 0.5% | - |
| XYZ | 13.68 | 18.16 | 9.99 | - |
| YUV | 111.85 | 108.9 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 127 | 78 | 0.25 | 0 | 0.39 | 0.50 | 99.18 | 0.24 | 0.4 |
| Hex | 5F | 7F | 4E | 19 | 0 | 27 | 32 | 63 | 18 | 28 |
| Octal | 137 | 177 | 116 | 31 | 0 | 47 | 62 | 143 | 30 | 50 |
| Binary | 1011111 | 1111111 | 1001110 | 11001 | 0 | 100111 | 110010 | 1100011 | 11000 | 101000 |
Color Harmonies of #5F7F4E
Complementary color
Monochromatic Colors of #5F7F4E
Black with #5F7F4E
Text Example
Text Example
White with #5F7F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7F4E; }
p { color: rgb(95,127,78); }
H1.HeaderClassName
{
color: #5F7F4E;
}
.AnyTagClassName
{
color: #5F7F4E;
}
</style>
background-color css
<style>
a { background-color: #5F7F4E; }
a { background-color: rgb(95,127,78); }
div.DivClassName
{
background-color: #5F7F4E;
}
.BgClassName
{
background-color: #5F7F4E;
}
</style>
border-color css
<style>
span { border-color: #5F7F4E; }
span { border-color: rgb(95,127,78); }
td.TdClassName
{
border-color: #5F7F4E;
}
.TagClassName
{
border-color: #5F7F4E;
}
</style>