Shades of Dark Olive Green #5A7422
Tints of Dark Olive Green #5A7422
RGB
CMYK
RGB Variations
Color information
#5A7422 (or 0x5A7422) is known color: Dark Olive Green. HEX triplet: 5A, 74 and 22. RGB value is (90,116,34). Sum of RGB (Red+Green+Blue) = 90+116+34=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 34 (13.67% from 255 or 14.17% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #5A7422 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7422 is #A58BDD. Grayscale: #636363. Windows color (decimal): -10849246 or 2258010. OLE color: 2258010.
HSL color Cylindrical-coordinate representation of color #5A7422: hue angle of 79.02º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A7422 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 116 | 34 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.55 |
| HSL | 79.02º | 0.55% | 0.29% | - |
| HSV(B) | 79.02º | 0.71% | 0.45% | - |
| XYZ | 10.75 | 14.78 | 3.8 | - |
| YUV | 98.88 | 91.39 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 116 | 34 | 0.22 | 0 | 0.71 | 0.55 | 79.02 | 0.55 | 0.29 |
| Hex | 5A | 74 | 22 | 16 | 0 | 47 | 37 | 4F | 37 | 1D |
| Octal | 132 | 164 | 42 | 26 | 0 | 107 | 67 | 117 | 67 | 35 |
| Binary | 1011010 | 1110100 | 100010 | 10110 | 0 | 1000111 | 110111 | 1001111 | 110111 | 11101 |
Color Harmonies of #5A7422
Complementary color
Monochromatic Colors of #5A7422
Black with #5A7422
Text Example
Text Example
White with #5A7422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7422; }
p { color: rgb(90,116,34); }
H1.HeaderClassName
{
color: #5A7422;
}
.AnyTagClassName
{
color: #5A7422;
}
</style>
background-color css
<style>
a { background-color: #5A7422; }
a { background-color: rgb(90,116,34); }
div.DivClassName
{
background-color: #5A7422;
}
.BgClassName
{
background-color: #5A7422;
}
</style>
border-color css
<style>
span { border-color: #5A7422; }
span { border-color: rgb(90,116,34); }
td.TdClassName
{
border-color: #5A7422;
}
.TagClassName
{
border-color: #5A7422;
}
</style>