Shades of Glade Green #5A764D
Tints of Glade Green #5A764D
RGB
CMYK
RGB Variations
Color information
#5A764D (or 0x5A764D) is known color: Glade Green. HEX triplet: 5A, 76 and 4D. RGB value is (90,118,77). Sum of RGB (Red+Green+Blue) = 90+118+77=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #5A764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A764D is #A589B2. Grayscale: #696969. Windows color (decimal): -10848691 or 5076570. OLE color: 5076570.
HSL color Cylindrical-coordinate representation of color #5A764D: hue angle of 100.98º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A764D is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 118 | 77 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.54 |
| HSL | 100.98º | 0.21% | 0.38% | - |
| HSV(B) | 100.98º | 0.35% | 0.46% | - |
| XYZ | 12.03 | 15.67 | 9.41 | - |
| YUV | 104.95 | 112.22 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 118 | 77 | 0.24 | 0 | 0.35 | 0.54 | 100.98 | 0.21 | 0.38 |
| Hex | 5A | 76 | 4D | 18 | 0 | 23 | 36 | 65 | 15 | 26 |
| Octal | 132 | 166 | 115 | 30 | 0 | 43 | 66 | 145 | 25 | 46 |
| Binary | 1011010 | 1110110 | 1001101 | 11000 | 0 | 100011 | 110110 | 1100101 | 10101 | 100110 |
Color Harmonies of #5A764D
Complementary color
Monochromatic Colors of #5A764D
Black with #5A764D
Text Example
Text Example
White with #5A764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A764D; }
p { color: rgb(90,118,77); }
H1.HeaderClassName
{
color: #5A764D;
}
.AnyTagClassName
{
color: #5A764D;
}
</style>
background-color css
<style>
a { background-color: #5A764D; }
a { background-color: rgb(90,118,77); }
div.DivClassName
{
background-color: #5A764D;
}
.BgClassName
{
background-color: #5A764D;
}
</style>
border-color css
<style>
span { border-color: #5A764D; }
span { border-color: rgb(90,118,77); }
td.TdClassName
{
border-color: #5A764D;
}
.TagClassName
{
border-color: #5A764D;
}
</style>