Shades of Dark Olive Green #5A7423
Tints of Dark Olive Green #5A7423
RGB
CMYK
RGB Variations
Color information
#5A7423 (or 0x5A7423) is known color: Dark Olive Green. HEX triplet: 5A, 74 and 23. RGB value is (90,116,35). Sum of RGB (Red+Green+Blue) = 90+116+35=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 35 (14.06% from 255 or 14.52% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #5A7423 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7423 is #A58BDC. Grayscale: #636363. Windows color (decimal): -10849245 or 2323546. OLE color: 2323546.
HSL color Cylindrical-coordinate representation of color #5A7423: hue angle of 79.26º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A7423 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 116 | 35 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.55 |
| HSL | 79.26º | 0.54% | 0.3% | - |
| HSV(B) | 79.26º | 0.7% | 0.45% | - |
| XYZ | 10.77 | 14.79 | 3.88 | - |
| YUV | 98.99 | 91.89 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 116 | 35 | 0.22 | 0 | 0.70 | 0.55 | 79.26 | 0.54 | 0.3 |
| Hex | 5A | 74 | 23 | 16 | 0 | 46 | 37 | 4F | 36 | 1E |
| Octal | 132 | 164 | 43 | 26 | 0 | 106 | 67 | 117 | 66 | 36 |
| Binary | 1011010 | 1110100 | 100011 | 10110 | 0 | 1000110 | 110111 | 1001111 | 110110 | 11110 |
Color Harmonies of #5A7423
Complementary color
Monochromatic Colors of #5A7423
Black with #5A7423
Text Example
Text Example
White with #5A7423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7423; }
p { color: rgb(90,116,35); }
H1.HeaderClassName
{
color: #5A7423;
}
.AnyTagClassName
{
color: #5A7423;
}
</style>
background-color css
<style>
a { background-color: #5A7423; }
a { background-color: rgb(90,116,35); }
div.DivClassName
{
background-color: #5A7423;
}
.BgClassName
{
background-color: #5A7423;
}
</style>
border-color css
<style>
span { border-color: #5A7423; }
span { border-color: rgb(90,116,35); }
td.TdClassName
{
border-color: #5A7423;
}
.TagClassName
{
border-color: #5A7423;
}
</style>