Shades of Glade Green #5F7C4F
Tints of Glade Green #5F7C4F
RGB
CMYK
RGB Variations
Color information
#5F7C4F (or 0x5F7C4F) is known color: Glade Green. HEX triplet: 5F, 7C and 4F. RGB value is (95,124,79). Sum of RGB (Red+Green+Blue) = 95+124+79=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 124 - color contains mainly: green. Hex color #5F7C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7C4F is #A083B0. Grayscale: #6E6E6E. Windows color (decimal): -10519473 or 5209183. OLE color: 5209183.
HSL color Cylindrical-coordinate representation of color #5F7C4F: hue angle of 98.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F7C4F is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 124 | 79 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.51 |
| HSL | 98.67º | 0.22% | 0.4% | - |
| HSV(B) | 98.67º | 0.36% | 0.49% | - |
| XYZ | 13.34 | 17.41 | 10.06 | - |
| YUV | 110.2 | 110.39 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 124 | 79 | 0.23 | 0 | 0.36 | 0.51 | 98.67 | 0.22 | 0.4 |
| Hex | 5F | 7C | 4F | 17 | 0 | 24 | 33 | 63 | 16 | 28 |
| Octal | 137 | 174 | 117 | 27 | 0 | 44 | 63 | 143 | 26 | 50 |
| Binary | 1011111 | 1111100 | 1001111 | 10111 | 0 | 100100 | 110011 | 1100011 | 10110 | 101000 |
Color Harmonies of #5F7C4F
Complementary color
Monochromatic Colors of #5F7C4F
Black with #5F7C4F
Text Example
Text Example
White with #5F7C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7C4F; }
p { color: rgb(95,124,79); }
H1.HeaderClassName
{
color: #5F7C4F;
}
.AnyTagClassName
{
color: #5F7C4F;
}
</style>
background-color css
<style>
a { background-color: #5F7C4F; }
a { background-color: rgb(95,124,79); }
div.DivClassName
{
background-color: #5F7C4F;
}
.BgClassName
{
background-color: #5F7C4F;
}
</style>
border-color css
<style>
span { border-color: #5F7C4F; }
span { border-color: rgb(95,124,79); }
td.TdClassName
{
border-color: #5F7C4F;
}
.TagClassName
{
border-color: #5F7C4F;
}
</style>