Shades of Glade Green #5C764E
Tints of Glade Green #5C764E
RGB
CMYK
RGB Variations
Color information
#5C764E (or 0x5C764E) is known color: Glade Green. HEX triplet: 5C, 76 and 4E. RGB value is (92,118,78). Sum of RGB (Red+Green+Blue) = 92+118+78=288 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.94% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #5C764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C764E is #A389B1. Grayscale: #696969. Windows color (decimal): -10717618 or 5142108. OLE color: 5142108.
HSL color Cylindrical-coordinate representation of color #5C764E: hue angle of 99º 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 #5C764E is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 118 | 78 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.54 |
| HSL | 99º | 0.2% | 0.38% | - |
| HSV(B) | 99º | 0.34% | 0.46% | - |
| XYZ | 12.27 | 15.78 | 9.61 | - |
| YUV | 105.67 | 112.39 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 118 | 78 | 0.22 | 0 | 0.34 | 0.54 | 99 | 0.2 | 0.38 |
| Hex | 5C | 76 | 4E | 16 | 0 | 22 | 36 | 63 | 14 | 26 |
| Octal | 134 | 166 | 116 | 26 | 0 | 42 | 66 | 143 | 24 | 46 |
| Binary | 1011100 | 1110110 | 1001110 | 10110 | 0 | 100010 | 110110 | 1100011 | 10100 | 100110 |
Color Harmonies of #5C764E
Complementary color
Monochromatic Colors of #5C764E
Black with #5C764E
Text Example
Text Example
White with #5C764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C764E; }
p { color: rgb(92,118,78); }
H1.HeaderClassName
{
color: #5C764E;
}
.AnyTagClassName
{
color: #5C764E;
}
</style>
background-color css
<style>
a { background-color: #5C764E; }
a { background-color: rgb(92,118,78); }
div.DivClassName
{
background-color: #5C764E;
}
.BgClassName
{
background-color: #5C764E;
}
</style>
border-color css
<style>
span { border-color: #5C764E; }
span { border-color: rgb(92,118,78); }
td.TdClassName
{
border-color: #5C764E;
}
.TagClassName
{
border-color: #5C764E;
}
</style>