Shades of Dark Olive Green #5A7224
Tints of Dark Olive Green #5A7224
RGB
CMYK
RGB Variations
Color information
#5A7224 (or 0x5A7224) is known color: Dark Olive Green. HEX triplet: 5A, 72 and 24. RGB value is (90,114,36). Sum of RGB (Red+Green+Blue) = 90+114+36=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 36 (14.45% from 255 or 15% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7224 is #A58DDB. Grayscale: #626262. Windows color (decimal): -10849756 or 2388570. OLE color: 2388570.
HSL color Cylindrical-coordinate representation of color #5A7224: hue angle of 78.46º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A7224 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 114 | 36 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.55 |
| HSL | 78.46º | 0.52% | 0.29% | - |
| HSV(B) | 78.46º | 0.68% | 0.45% | - |
| XYZ | 10.55 | 14.34 | 3.88 | - |
| YUV | 97.93 | 93.05 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 114 | 36 | 0.21 | 0 | 0.68 | 0.55 | 78.46 | 0.52 | 0.29 |
| Hex | 5A | 72 | 24 | 15 | 0 | 44 | 37 | 4E | 34 | 1D |
| Octal | 132 | 162 | 44 | 25 | 0 | 104 | 67 | 116 | 64 | 35 |
| Binary | 1011010 | 1110010 | 100100 | 10101 | 0 | 1000100 | 110111 | 1001110 | 110100 | 11101 |
Color Harmonies of #5A7224
Complementary color
Monochromatic Colors of #5A7224
Black with #5A7224
Text Example
Text Example
White with #5A7224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7224; }
p { color: rgb(90,114,36); }
H1.HeaderClassName
{
color: #5A7224;
}
.AnyTagClassName
{
color: #5A7224;
}
</style>
background-color css
<style>
a { background-color: #5A7224; }
a { background-color: rgb(90,114,36); }
div.DivClassName
{
background-color: #5A7224;
}
.BgClassName
{
background-color: #5A7224;
}
</style>
border-color css
<style>
span { border-color: #5A7224; }
span { border-color: rgb(90,114,36); }
td.TdClassName
{
border-color: #5A7224;
}
.TagClassName
{
border-color: #5A7224;
}
</style>