Shades of Glade Green #5B7A51
Tints of Glade Green #5B7A51
RGB
CMYK
RGB Variations
Color information
#5B7A51 (or 0x5B7A51) is known color: Glade Green. HEX triplet: 5B, 7A and 51. RGB value is (91,122,81). Sum of RGB (Red+Green+Blue) = 91+122+81=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 122 - color contains mainly: green. Hex color #5B7A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7A51 is #A485AE. Grayscale: #6C6C6C. Windows color (decimal): -10782127 or 5339739. OLE color: 5339739.
HSL color Cylindrical-coordinate representation of color #5B7A51: hue angle of 105.37º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B7A51 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 91 | 122 | 81 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.52 |
| HSL | 105.37º | 0.2% | 0.4% | - |
| HSV(B) | 105.37º | 0.34% | 0.48% | - |
| XYZ | 12.76 | 16.74 | 10.34 | - |
| YUV | 108.06 | 112.73 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 122 | 81 | 0.25 | 0 | 0.34 | 0.52 | 105.37 | 0.2 | 0.4 |
| Hex | 5B | 7A | 51 | 19 | 0 | 22 | 34 | 69 | 14 | 28 |
| Octal | 133 | 172 | 121 | 31 | 0 | 42 | 64 | 151 | 24 | 50 |
| Binary | 1011011 | 1111010 | 1010001 | 11001 | 0 | 100010 | 110100 | 1101001 | 10100 | 101000 |
Color Harmonies of #5B7A51
Complementary color
Monochromatic Colors of #5B7A51
Black with #5B7A51
Text Example
Text Example
White with #5B7A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7A51; }
p { color: rgb(91,122,81); }
H1.HeaderClassName
{
color: #5B7A51;
}
.AnyTagClassName
{
color: #5B7A51;
}
</style>
background-color css
<style>
a { background-color: #5B7A51; }
a { background-color: rgb(91,122,81); }
div.DivClassName
{
background-color: #5B7A51;
}
.BgClassName
{
background-color: #5B7A51;
}
</style>
border-color css
<style>
span { border-color: #5B7A51; }
span { border-color: rgb(91,122,81); }
td.TdClassName
{
border-color: #5B7A51;
}
.TagClassName
{
border-color: #5B7A51;
}
</style>