Shades of Dark Olive Green #5A7721
Tints of Dark Olive Green #5A7721
RGB
CMYK
RGB Variations
Color information
#5A7721 (or 0x5A7721) is known color: Dark Olive Green. HEX triplet: 5A, 77 and 21. RGB value is (90,119,33). Sum of RGB (Red+Green+Blue) = 90+119+33=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #5A7721 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7721 is #A588DE. Grayscale: #646464. Windows color (decimal): -10848479 or 2193242. OLE color: 2193242.
HSL color Cylindrical-coordinate representation of color #5A7721: hue angle of 80.23º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A7721 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 119 | 33 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.53 |
| HSL | 80.23º | 0.57% | 0.3% | - |
| HSV(B) | 80.23º | 0.72% | 0.47% | - |
| XYZ | 11.09 | 15.48 | 3.84 | - |
| YUV | 100.53 | 89.89 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 33 | 0.24 | 0 | 0.72 | 0.53 | 80.23 | 0.57 | 0.3 |
| Hex | 5A | 77 | 21 | 18 | 0 | 48 | 35 | 50 | 39 | 1E |
| Octal | 132 | 167 | 41 | 30 | 0 | 110 | 65 | 120 | 71 | 36 |
| Binary | 1011010 | 1110111 | 100001 | 11000 | 0 | 1001000 | 110101 | 1010000 | 111001 | 11110 |
Color Harmonies of #5A7721
Complementary color
Monochromatic Colors of #5A7721
Black with #5A7721
Text Example
Text Example
White with #5A7721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7721; }
p { color: rgb(90,119,33); }
H1.HeaderClassName
{
color: #5A7721;
}
.AnyTagClassName
{
color: #5A7721;
}
</style>
background-color css
<style>
a { background-color: #5A7721; }
a { background-color: rgb(90,119,33); }
div.DivClassName
{
background-color: #5A7721;
}
.BgClassName
{
background-color: #5A7721;
}
</style>
border-color css
<style>
span { border-color: #5A7721; }
span { border-color: rgb(90,119,33); }
td.TdClassName
{
border-color: #5A7721;
}
.TagClassName
{
border-color: #5A7721;
}
</style>