Shades of Glade Green #5A794A
Tints of Glade Green #5A794A
RGB
CMYK
RGB Variations
Color information
#5A794A (or 0x5A794A) is known color: Glade Green. HEX triplet: 5A, 79 and 4A. RGB value is (90,121,74). Sum of RGB (Red+Green+Blue) = 90+121+74=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 121 - color contains mainly: green. Hex color #5A794A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A794A is #A586B5. Grayscale: #6A6A6A. Windows color (decimal): -10847926 or 4880730. OLE color: 4880730.
HSL color Cylindrical-coordinate representation of color #5A794A: hue angle of 99.57º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A794A is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 121 | 74 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.53 |
| HSL | 99.57º | 0.24% | 0.38% | - |
| HSV(B) | 99.57º | 0.39% | 0.47% | - |
| XYZ | 12.29 | 16.34 | 8.99 | - |
| YUV | 106.37 | 109.73 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 121 | 74 | 0.26 | 0 | 0.39 | 0.53 | 99.57 | 0.24 | 0.38 |
| Hex | 5A | 79 | 4A | 1A | 0 | 27 | 35 | 64 | 18 | 26 |
| Octal | 132 | 171 | 112 | 32 | 0 | 47 | 65 | 144 | 30 | 46 |
| Binary | 1011010 | 1111001 | 1001010 | 11010 | 0 | 100111 | 110101 | 1100100 | 11000 | 100110 |
Color Harmonies of #5A794A
Complementary color
Monochromatic Colors of #5A794A
Black with #5A794A
Text Example
Text Example
White with #5A794A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A794A; }
p { color: rgb(90,121,74); }
H1.HeaderClassName
{
color: #5A794A;
}
.AnyTagClassName
{
color: #5A794A;
}
</style>
background-color css
<style>
a { background-color: #5A794A; }
a { background-color: rgb(90,121,74); }
div.DivClassName
{
background-color: #5A794A;
}
.BgClassName
{
background-color: #5A794A;
}
</style>
border-color css
<style>
span { border-color: #5A794A; }
span { border-color: rgb(90,121,74); }
td.TdClassName
{
border-color: #5A794A;
}
.TagClassName
{
border-color: #5A794A;
}
</style>