Shades of Dark Olive Green #5A7424
Tints of Dark Olive Green #5A7424
RGB
CMYK
RGB Variations
Color information
#5A7424 (or 0x5A7424) is known color: Dark Olive Green. HEX triplet: 5A, 74 and 24. RGB value is (90,116,36). Sum of RGB (Red+Green+Blue) = 90+116+36=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 116 - color contains mainly: green. Hex color #5A7424 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7424 is #A58BDB. Grayscale: #636363. Windows color (decimal): -10849244 or 2389082. OLE color: 2389082.
HSL color Cylindrical-coordinate representation of color #5A7424: hue angle of 79.5º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A7424 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 116 | 36 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.55 |
| HSL | 79.5º | 0.53% | 0.3% | - |
| HSV(B) | 79.5º | 0.69% | 0.45% | - |
| XYZ | 10.78 | 14.79 | 3.96 | - |
| YUV | 99.11 | 92.39 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 116 | 36 | 0.22 | 0 | 0.69 | 0.55 | 79.5 | 0.53 | 0.3 |
| Hex | 5A | 74 | 24 | 16 | 0 | 45 | 37 | 50 | 35 | 1E |
| Octal | 132 | 164 | 44 | 26 | 0 | 105 | 67 | 120 | 65 | 36 |
| Binary | 1011010 | 1110100 | 100100 | 10110 | 0 | 1000101 | 110111 | 1010000 | 110101 | 11110 |
Color Harmonies of #5A7424
Complementary color
Monochromatic Colors of #5A7424
Black with #5A7424
Text Example
Text Example
White with #5A7424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7424; }
p { color: rgb(90,116,36); }
H1.HeaderClassName
{
color: #5A7424;
}
.AnyTagClassName
{
color: #5A7424;
}
</style>
background-color css
<style>
a { background-color: #5A7424; }
a { background-color: rgb(90,116,36); }
div.DivClassName
{
background-color: #5A7424;
}
.BgClassName
{
background-color: #5A7424;
}
</style>
border-color css
<style>
span { border-color: #5A7424; }
span { border-color: rgb(90,116,36); }
td.TdClassName
{
border-color: #5A7424;
}
.TagClassName
{
border-color: #5A7424;
}
</style>