Shades of Glade Green #5F7F4F
Tints of Glade Green #5F7F4F
RGB
CMYK
RGB Variations
Color information
#5F7F4F (or 0x5F7F4F) is known color: Glade Green. HEX triplet: 5F, 7F and 4F. RGB value is (95,127,79). Sum of RGB (Red+Green+Blue) = 95+127+79=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 127 - color contains mainly: green. Hex color #5F7F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7F4F is #A080B0. Grayscale: #707070. Windows color (decimal): -10518705 or 5209951. OLE color: 5209951.
HSL color Cylindrical-coordinate representation of color #5F7F4F: hue angle of 100º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F7F4F is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 95 | 127 | 79 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.50 |
| HSL | 100º | 0.23% | 0.4% | - |
| HSV(B) | 100º | 0.38% | 0.5% | - |
| XYZ | 13.72 | 18.18 | 10.18 | - |
| YUV | 111.96 | 109.4 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 127 | 79 | 0.25 | 0 | 0.38 | 0.50 | 100 | 0.23 | 0.4 |
| Hex | 5F | 7F | 4F | 19 | 0 | 26 | 32 | 64 | 17 | 28 |
| Octal | 137 | 177 | 117 | 31 | 0 | 46 | 62 | 144 | 27 | 50 |
| Binary | 1011111 | 1111111 | 1001111 | 11001 | 0 | 100110 | 110010 | 1100100 | 10111 | 101000 |
Color Harmonies of #5F7F4F
Complementary color
Monochromatic Colors of #5F7F4F
Black with #5F7F4F
Text Example
Text Example
White with #5F7F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7F4F; }
p { color: rgb(95,127,79); }
H1.HeaderClassName
{
color: #5F7F4F;
}
.AnyTagClassName
{
color: #5F7F4F;
}
</style>
background-color css
<style>
a { background-color: #5F7F4F; }
a { background-color: rgb(95,127,79); }
div.DivClassName
{
background-color: #5F7F4F;
}
.BgClassName
{
background-color: #5F7F4F;
}
</style>
border-color css
<style>
span { border-color: #5F7F4F; }
span { border-color: rgb(95,127,79); }
td.TdClassName
{
border-color: #5F7F4F;
}
.TagClassName
{
border-color: #5F7F4F;
}
</style>