Shades of Dark Olive Green #5A7922
Tints of Dark Olive Green #5A7922
RGB
CMYK
RGB Variations
Color information
#5A7922 (or 0x5A7922) is known color: Dark Olive Green. HEX triplet: 5A, 79 and 22. RGB value is (90,121,34). Sum of RGB (Red+Green+Blue) = 90+121+34=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #5A7922 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7922 is #A586DD. Grayscale: #666666. Windows color (decimal): -10847966 or 2259290. OLE color: 2259290.
HSL color Cylindrical-coordinate representation of color #5A7922: hue angle of 81.38º degrees, saturation: 0.56, 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 #5A7922 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 121 | 34 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.53 |
| HSL | 81.38º | 0.56% | 0.3% | - |
| HSV(B) | 81.38º | 0.72% | 0.47% | - |
| XYZ | 11.34 | 15.96 | 4 | - |
| YUV | 101.81 | 89.73 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 121 | 34 | 0.26 | 0 | 0.72 | 0.53 | 81.38 | 0.56 | 0.3 |
| Hex | 5A | 79 | 22 | 1A | 0 | 48 | 35 | 51 | 38 | 1E |
| Octal | 132 | 171 | 42 | 32 | 0 | 110 | 65 | 121 | 70 | 36 |
| Binary | 1011010 | 1111001 | 100010 | 11010 | 0 | 1001000 | 110101 | 1010001 | 111000 | 11110 |
Color Harmonies of #5A7922
Complementary color
Monochromatic Colors of #5A7922
Black with #5A7922
Text Example
Text Example
White with #5A7922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7922; }
p { color: rgb(90,121,34); }
H1.HeaderClassName
{
color: #5A7922;
}
.AnyTagClassName
{
color: #5A7922;
}
</style>
background-color css
<style>
a { background-color: #5A7922; }
a { background-color: rgb(90,121,34); }
div.DivClassName
{
background-color: #5A7922;
}
.BgClassName
{
background-color: #5A7922;
}
</style>
border-color css
<style>
span { border-color: #5A7922; }
span { border-color: rgb(90,121,34); }
td.TdClassName
{
border-color: #5A7922;
}
.TagClassName
{
border-color: #5A7922;
}
</style>