Shades of Dark Olive Green #5A7035
Tints of Dark Olive Green #5A7035
RGB
CMYK
RGB Variations
Color information
#5A7035 (or 0x5A7035) is known color: Dark Olive Green. HEX triplet: 5A, 70 and 35. RGB value is (90,112,53). Sum of RGB (Red+Green+Blue) = 90+112+53=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #5A7035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7035 is #A58FCA. Grayscale: #626262. Windows color (decimal): -10850251 or 3502170. OLE color: 3502170.
HSL color Cylindrical-coordinate representation of color #5A7035: hue angle of 82.37º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A7035 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 112 | 53 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.56 |
| HSL | 82.37º | 0.36% | 0.32% | - |
| HSV(B) | 82.37º | 0.53% | 0.44% | - |
| XYZ | 10.65 | 14.02 | 5.51 | - |
| YUV | 98.7 | 102.21 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 53 | 0.20 | 0 | 0.53 | 0.56 | 82.37 | 0.36 | 0.32 |
| Hex | 5A | 70 | 35 | 14 | 0 | 35 | 38 | 52 | 24 | 20 |
| Octal | 132 | 160 | 65 | 24 | 0 | 65 | 70 | 122 | 44 | 40 |
| Binary | 1011010 | 1110000 | 110101 | 10100 | 0 | 110101 | 111000 | 1010010 | 100100 | 100000 |
Color Harmonies of #5A7035
Complementary color
Monochromatic Colors of #5A7035
Black with #5A7035
Text Example
Text Example
White with #5A7035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7035; }
p { color: rgb(90,112,53); }
H1.HeaderClassName
{
color: #5A7035;
}
.AnyTagClassName
{
color: #5A7035;
}
</style>
background-color css
<style>
a { background-color: #5A7035; }
a { background-color: rgb(90,112,53); }
div.DivClassName
{
background-color: #5A7035;
}
.BgClassName
{
background-color: #5A7035;
}
</style>
border-color css
<style>
span { border-color: #5A7035; }
span { border-color: rgb(90,112,53); }
td.TdClassName
{
border-color: #5A7035;
}
.TagClassName
{
border-color: #5A7035;
}
</style>