Shades of Glade Green #5B764E
Tints of Glade Green #5B764E
RGB
CMYK
RGB Variations
Color information
#5B764E (or 0x5B764E) is known color: Glade Green. HEX triplet: 5B, 76 and 4E. RGB value is (91,118,78). Sum of RGB (Red+Green+Blue) = 91+118+78=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #5B764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B764E is #A489B1. Grayscale: #696969. Windows color (decimal): -10783154 or 5142107. OLE color: 5142107.
HSL color Cylindrical-coordinate representation of color #5B764E: hue angle of 100.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B764E is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 118 | 78 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.54 |
| HSL | 100.5º | 0.2% | 0.38% | - |
| HSV(B) | 100.5º | 0.34% | 0.46% | - |
| XYZ | 12.17 | 15.73 | 9.6 | - |
| YUV | 105.37 | 112.55 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 118 | 78 | 0.23 | 0 | 0.34 | 0.54 | 100.5 | 0.2 | 0.38 |
| Hex | 5B | 76 | 4E | 17 | 0 | 22 | 36 | 64 | 14 | 26 |
| Octal | 133 | 166 | 116 | 27 | 0 | 42 | 66 | 144 | 24 | 46 |
| Binary | 1011011 | 1110110 | 1001110 | 10111 | 0 | 100010 | 110110 | 1100100 | 10100 | 100110 |
Color Harmonies of #5B764E
Complementary color
Monochromatic Colors of #5B764E
Black with #5B764E
Text Example
Text Example
White with #5B764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B764E; }
p { color: rgb(91,118,78); }
H1.HeaderClassName
{
color: #5B764E;
}
.AnyTagClassName
{
color: #5B764E;
}
</style>
background-color css
<style>
a { background-color: #5B764E; }
a { background-color: rgb(91,118,78); }
div.DivClassName
{
background-color: #5B764E;
}
.BgClassName
{
background-color: #5B764E;
}
</style>
border-color css
<style>
span { border-color: #5B764E; }
span { border-color: rgb(91,118,78); }
td.TdClassName
{
border-color: #5B764E;
}
.TagClassName
{
border-color: #5B764E;
}
</style>