Shades of Dark Olive Green #5A7132
Tints of Dark Olive Green #5A7132
RGB
CMYK
RGB Variations
Color information
#5A7132 (or 0x5A7132) is known color: Dark Olive Green. HEX triplet: 5A, 71 and 32. RGB value is (90,113,50). Sum of RGB (Red+Green+Blue) = 90+113+50=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #5A7132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7132 is #A58ECD. Grayscale: #636363. Windows color (decimal): -10849998 or 3305818. OLE color: 3305818.
HSL color Cylindrical-coordinate representation of color #5A7132: hue angle of 81.9º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A7132 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 113 | 50 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.56 |
| HSL | 81.9º | 0.39% | 0.32% | - |
| HSV(B) | 81.9º | 0.56% | 0.44% | - |
| XYZ | 10.7 | 14.21 | 5.2 | - |
| YUV | 98.94 | 100.38 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 50 | 0.20 | 0 | 0.56 | 0.56 | 81.9 | 0.39 | 0.32 |
| Hex | 5A | 71 | 32 | 14 | 0 | 38 | 38 | 52 | 27 | 20 |
| Octal | 132 | 161 | 62 | 24 | 0 | 70 | 70 | 122 | 47 | 40 |
| Binary | 1011010 | 1110001 | 110010 | 10100 | 0 | 111000 | 111000 | 1010010 | 100111 | 100000 |
Color Harmonies of #5A7132
Complementary color
Monochromatic Colors of #5A7132
Black with #5A7132
Text Example
Text Example
White with #5A7132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7132; }
p { color: rgb(90,113,50); }
H1.HeaderClassName
{
color: #5A7132;
}
.AnyTagClassName
{
color: #5A7132;
}
</style>
background-color css
<style>
a { background-color: #5A7132; }
a { background-color: rgb(90,113,50); }
div.DivClassName
{
background-color: #5A7132;
}
.BgClassName
{
background-color: #5A7132;
}
</style>
border-color css
<style>
span { border-color: #5A7132; }
span { border-color: rgb(90,113,50); }
td.TdClassName
{
border-color: #5A7132;
}
.TagClassName
{
border-color: #5A7132;
}
</style>