Shades of Dark Olive Green #5A7135
Tints of Dark Olive Green #5A7135
RGB
CMYK
RGB Variations
Color information
#5A7135 (or 0x5A7135) is known color: Dark Olive Green. HEX triplet: 5A, 71 and 35. RGB value is (90,113,53). Sum of RGB (Red+Green+Blue) = 90+113+53=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #5A7135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7135 is #A58ECA. Grayscale: #636363. Windows color (decimal): -10849995 or 3502426. OLE color: 3502426.
HSL color Cylindrical-coordinate representation of color #5A7135: hue angle of 83º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A7135 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 113 | 53 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.56 |
| HSL | 83º | 0.36% | 0.33% | - |
| HSV(B) | 83º | 0.53% | 0.44% | - |
| XYZ | 10.76 | 14.24 | 5.55 | - |
| YUV | 99.28 | 101.88 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 53 | 0.20 | 0 | 0.53 | 0.56 | 83 | 0.36 | 0.33 |
| Hex | 5A | 71 | 35 | 14 | 0 | 35 | 38 | 53 | 24 | 21 |
| Octal | 132 | 161 | 65 | 24 | 0 | 65 | 70 | 123 | 44 | 41 |
| Binary | 1011010 | 1110001 | 110101 | 10100 | 0 | 110101 | 111000 | 1010011 | 100100 | 100001 |
Color Harmonies of #5A7135
Complementary color
Monochromatic Colors of #5A7135
Black with #5A7135
Text Example
Text Example
White with #5A7135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7135; }
p { color: rgb(90,113,53); }
H1.HeaderClassName
{
color: #5A7135;
}
.AnyTagClassName
{
color: #5A7135;
}
</style>
background-color css
<style>
a { background-color: #5A7135; }
a { background-color: rgb(90,113,53); }
div.DivClassName
{
background-color: #5A7135;
}
.BgClassName
{
background-color: #5A7135;
}
</style>
border-color css
<style>
span { border-color: #5A7135; }
span { border-color: rgb(90,113,53); }
td.TdClassName
{
border-color: #5A7135;
}
.TagClassName
{
border-color: #5A7135;
}
</style>