Shades of Dark Olive Green #5A7223
Tints of Dark Olive Green #5A7223
RGB
CMYK
RGB Variations
Color information
#5A7223 (or 0x5A7223) is known color: Dark Olive Green. HEX triplet: 5A, 72 and 23. RGB value is (90,114,35). Sum of RGB (Red+Green+Blue) = 90+114+35=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 35 (14.06% from 255 or 14.64% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7223 is #A58DDC. Grayscale: #626262. Windows color (decimal): -10849757 or 2323034. OLE color: 2323034.
HSL color Cylindrical-coordinate representation of color #5A7223: hue angle of 78.23º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A7223 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 114 | 35 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.55 |
| HSL | 78.23º | 0.53% | 0.29% | - |
| HSV(B) | 78.23º | 0.69% | 0.45% | - |
| XYZ | 10.54 | 14.33 | 3.8 | - |
| YUV | 97.82 | 92.55 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 114 | 35 | 0.21 | 0 | 0.69 | 0.55 | 78.23 | 0.53 | 0.29 |
| Hex | 5A | 72 | 23 | 15 | 0 | 45 | 37 | 4E | 35 | 1D |
| Octal | 132 | 162 | 43 | 25 | 0 | 105 | 67 | 116 | 65 | 35 |
| Binary | 1011010 | 1110010 | 100011 | 10101 | 0 | 1000101 | 110111 | 1001110 | 110101 | 11101 |
Color Harmonies of #5A7223
Complementary color
Monochromatic Colors of #5A7223
Black with #5A7223
Text Example
Text Example
White with #5A7223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7223; }
p { color: rgb(90,114,35); }
H1.HeaderClassName
{
color: #5A7223;
}
.AnyTagClassName
{
color: #5A7223;
}
</style>
background-color css
<style>
a { background-color: #5A7223; }
a { background-color: rgb(90,114,35); }
div.DivClassName
{
background-color: #5A7223;
}
.BgClassName
{
background-color: #5A7223;
}
</style>
border-color css
<style>
span { border-color: #5A7223; }
span { border-color: rgb(90,114,35); }
td.TdClassName
{
border-color: #5A7223;
}
.TagClassName
{
border-color: #5A7223;
}
</style>