Shades of Glade Green #5F884E
Tints of Glade Green #5F884E
RGB
CMYK
RGB Variations
Color information
#5F884E (or 0x5F884E) is known color: Glade Green. HEX triplet: 5F, 88 and 4E. RGB value is (95,136,78). Sum of RGB (Red+Green+Blue) = 95+136+78=309 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.74% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #5F884E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F884E is #A077B1. Grayscale: #757575. Windows color (decimal): -10516402 or 5146719. OLE color: 5146719.
HSL color Cylindrical-coordinate representation of color #5F884E: hue angle of 102.41º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5F884E is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 136 | 78 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.47 |
| HSL | 102.41º | 0.27% | 0.42% | - |
| HSV(B) | 102.41º | 0.43% | 0.53% | - |
| XYZ | 14.9 | 20.59 | 10.4 | - |
| YUV | 117.13 | 105.92 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 136 | 78 | 0.30 | 0 | 0.43 | 0.47 | 102.41 | 0.27 | 0.42 |
| Hex | 5F | 88 | 4E | 1E | 0 | 2B | 2F | 66 | 1B | 2A |
| Octal | 137 | 210 | 116 | 36 | 0 | 53 | 57 | 146 | 33 | 52 |
| Binary | 1011111 | 10001000 | 1001110 | 11110 | 0 | 101011 | 101111 | 1100110 | 11011 | 101010 |
Color Harmonies of #5F884E
Complementary color
Monochromatic Colors of #5F884E
Black with #5F884E
Text Example
Text Example
White with #5F884E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F884E; }
p { color: rgb(95,136,78); }
H1.HeaderClassName
{
color: #5F884E;
}
.AnyTagClassName
{
color: #5F884E;
}
</style>
background-color css
<style>
a { background-color: #5F884E; }
a { background-color: rgb(95,136,78); }
div.DivClassName
{
background-color: #5F884E;
}
.BgClassName
{
background-color: #5F884E;
}
</style>
border-color css
<style>
span { border-color: #5F884E; }
span { border-color: rgb(95,136,78); }
td.TdClassName
{
border-color: #5F884E;
}
.TagClassName
{
border-color: #5F884E;
}
</style>