Shades of Glade Green #5F884F
Tints of Glade Green #5F884F
RGB
CMYK
RGB Variations
Color information
#5F884F (or 0x5F884F) is known color: Glade Green. HEX triplet: 5F, 88 and 4F. RGB value is (95,136,79). Sum of RGB (Red+Green+Blue) = 95+136+79=310 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.65% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #5F884F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F884F is #A077B0. Grayscale: #757575. Windows color (decimal): -10516401 or 5212255. OLE color: 5212255.
HSL color Cylindrical-coordinate representation of color #5F884F: hue angle of 103.16º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F884F is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 136 | 79 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.47 |
| HSL | 103.16º | 0.27% | 0.42% | - |
| HSV(B) | 103.16º | 0.42% | 0.53% | - |
| XYZ | 14.93 | 20.61 | 10.59 | - |
| YUV | 117.24 | 106.42 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 136 | 79 | 0.30 | 0 | 0.42 | 0.47 | 103.16 | 0.27 | 0.42 |
| Hex | 5F | 88 | 4F | 1E | 0 | 2A | 2F | 67 | 1B | 2A |
| Octal | 137 | 210 | 117 | 36 | 0 | 52 | 57 | 147 | 33 | 52 |
| Binary | 1011111 | 10001000 | 1001111 | 11110 | 0 | 101010 | 101111 | 1100111 | 11011 | 101010 |
Color Harmonies of #5F884F
Complementary color
Monochromatic Colors of #5F884F
Black with #5F884F
Text Example
Text Example
White with #5F884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F884F; }
p { color: rgb(95,136,79); }
H1.HeaderClassName
{
color: #5F884F;
}
.AnyTagClassName
{
color: #5F884F;
}
</style>
background-color css
<style>
a { background-color: #5F884F; }
a { background-color: rgb(95,136,79); }
div.DivClassName
{
background-color: #5F884F;
}
.BgClassName
{
background-color: #5F884F;
}
</style>
border-color css
<style>
span { border-color: #5F884F; }
span { border-color: rgb(95,136,79); }
td.TdClassName
{
border-color: #5F884F;
}
.TagClassName
{
border-color: #5F884F;
}
</style>