Shades of Glade Green #5F894D
Tints of Glade Green #5F894D
RGB
CMYK
RGB Variations
Color information
#5F894D (or 0x5F894D) is known color: Glade Green. HEX triplet: 5F, 89 and 4D. RGB value is (95,137,77). Sum of RGB (Red+Green+Blue) = 95+137+77=309 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.74% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #5F894D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F894D is #A076B2. Grayscale: #757575. Windows color (decimal): -10516147 or 5081439. OLE color: 5081439.
HSL color Cylindrical-coordinate representation of color #5F894D: hue angle of 102º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F894D is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 95 | 137 | 77 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.46 |
| HSL | 102º | 0.28% | 0.42% | - |
| HSV(B) | 102º | 0.44% | 0.54% | - |
| XYZ | 15 | 20.86 | 10.26 | - |
| YUV | 117.6 | 105.09 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 137 | 77 | 0.31 | 0 | 0.44 | 0.46 | 102 | 0.28 | 0.42 |
| Hex | 5F | 89 | 4D | 1F | 0 | 2C | 2E | 66 | 1C | 2A |
| Octal | 137 | 211 | 115 | 37 | 0 | 54 | 56 | 146 | 34 | 52 |
| Binary | 1011111 | 10001001 | 1001101 | 11111 | 0 | 101100 | 101110 | 1100110 | 11100 | 101010 |
Color Harmonies of #5F894D
Complementary color
Monochromatic Colors of #5F894D
Black with #5F894D
Text Example
Text Example
White with #5F894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F894D; }
p { color: rgb(95,137,77); }
H1.HeaderClassName
{
color: #5F894D;
}
.AnyTagClassName
{
color: #5F894D;
}
</style>
background-color css
<style>
a { background-color: #5F894D; }
a { background-color: rgb(95,137,77); }
div.DivClassName
{
background-color: #5F894D;
}
.BgClassName
{
background-color: #5F894D;
}
</style>
border-color css
<style>
span { border-color: #5F894D; }
span { border-color: rgb(95,137,77); }
td.TdClassName
{
border-color: #5F894D;
}
.TagClassName
{
border-color: #5F894D;
}
</style>