Shades of Glade Green #5B7F51
Tints of Glade Green #5B7F51
RGB
CMYK
RGB Variations
Color information
#5B7F51 (or 0x5B7F51) is known color: Glade Green. HEX triplet: 5B, 7F and 51. RGB value is (91,127,81). Sum of RGB (Red+Green+Blue) = 91+127+81=299 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.43% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 127 - color contains mainly: green. Hex color #5B7F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7F51 is #A480AE. Grayscale: #6F6F6F. Windows color (decimal): -10780847 or 5341019. OLE color: 5341019.
HSL color Cylindrical-coordinate representation of color #5B7F51: hue angle of 106.96º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B7F51 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 91 | 127 | 81 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.50 |
| HSL | 106.96º | 0.22% | 0.41% | - |
| HSV(B) | 106.96º | 0.36% | 0.5% | - |
| XYZ | 13.39 | 18 | 10.55 | - |
| YUV | 110.99 | 111.07 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 127 | 81 | 0.28 | 0 | 0.36 | 0.50 | 106.96 | 0.22 | 0.41 |
| Hex | 5B | 7F | 51 | 1C | 0 | 24 | 32 | 6B | 16 | 29 |
| Octal | 133 | 177 | 121 | 34 | 0 | 44 | 62 | 153 | 26 | 51 |
| Binary | 1011011 | 1111111 | 1010001 | 11100 | 0 | 100100 | 110010 | 1101011 | 10110 | 101001 |
Color Harmonies of #5B7F51
Complementary color
Monochromatic Colors of #5B7F51
Black with #5B7F51
Text Example
Text Example
White with #5B7F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7F51; }
p { color: rgb(91,127,81); }
H1.HeaderClassName
{
color: #5B7F51;
}
.AnyTagClassName
{
color: #5B7F51;
}
</style>
background-color css
<style>
a { background-color: #5B7F51; }
a { background-color: rgb(91,127,81); }
div.DivClassName
{
background-color: #5B7F51;
}
.BgClassName
{
background-color: #5B7F51;
}
</style>
border-color css
<style>
span { border-color: #5B7F51; }
span { border-color: rgb(91,127,81); }
td.TdClassName
{
border-color: #5B7F51;
}
.TagClassName
{
border-color: #5B7F51;
}
</style>