Shades of Glade Green #5F874A
Tints of Glade Green #5F874A
RGB
CMYK
RGB Variations
Color information
#5F874A (or 0x5F874A) is known color: Glade Green. HEX triplet: 5F, 87 and 4A. RGB value is (95,135,74). Sum of RGB (Red+Green+Blue) = 95+135+74=304 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.25% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #5F874A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F874A is #A078B5. Grayscale: #747474. Windows color (decimal): -10516662 or 4884319. OLE color: 4884319.
HSL color Cylindrical-coordinate representation of color #5F874A: hue angle of 99.34º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F874A is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 135 | 74 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.47 |
| HSL | 99.34º | 0.29% | 0.41% | - |
| HSV(B) | 99.34º | 0.45% | 0.53% | - |
| XYZ | 14.62 | 20.26 | 9.62 | - |
| YUV | 116.09 | 104.25 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 135 | 74 | 0.30 | 0 | 0.45 | 0.47 | 99.34 | 0.29 | 0.41 |
| Hex | 5F | 87 | 4A | 1E | 0 | 2D | 2F | 63 | 1D | 29 |
| Octal | 137 | 207 | 112 | 36 | 0 | 55 | 57 | 143 | 35 | 51 |
| Binary | 1011111 | 10000111 | 1001010 | 11110 | 0 | 101101 | 101111 | 1100011 | 11101 | 101001 |
Color Harmonies of #5F874A
Complementary color
Monochromatic Colors of #5F874A
Black with #5F874A
Text Example
Text Example
White with #5F874A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F874A; }
p { color: rgb(95,135,74); }
H1.HeaderClassName
{
color: #5F874A;
}
.AnyTagClassName
{
color: #5F874A;
}
</style>
background-color css
<style>
a { background-color: #5F874A; }
a { background-color: rgb(95,135,74); }
div.DivClassName
{
background-color: #5F874A;
}
.BgClassName
{
background-color: #5F874A;
}
</style>
border-color css
<style>
span { border-color: #5F874A; }
span { border-color: rgb(95,135,74); }
td.TdClassName
{
border-color: #5F874A;
}
.TagClassName
{
border-color: #5F874A;
}
</style>