Shades of Dark Olive Green #5A7832
Tints of Dark Olive Green #5A7832
RGB
CMYK
RGB Variations
Color information
#5A7832 (or 0x5A7832) is known color: Dark Olive Green. HEX triplet: 5A, 78 and 32. RGB value is (90,120,50). Sum of RGB (Red+Green+Blue) = 90+120+50=260 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.62% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 120 - color contains mainly: green. Hex color #5A7832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7832 is #A587CD. Grayscale: #676767. Windows color (decimal): -10848206 or 3307610. OLE color: 3307610.
HSL color Cylindrical-coordinate representation of color #5A7832: hue angle of 85.71º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A7832 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 120 | 50 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.53 |
| HSL | 85.71º | 0.41% | 0.33% | - |
| HSV(B) | 85.71º | 0.58% | 0.47% | - |
| XYZ | 11.51 | 15.84 | 5.47 | - |
| YUV | 103.05 | 98.06 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 120 | 50 | 0.25 | 0 | 0.58 | 0.53 | 85.71 | 0.41 | 0.33 |
| Hex | 5A | 78 | 32 | 19 | 0 | 3A | 35 | 56 | 29 | 21 |
| Octal | 132 | 170 | 62 | 31 | 0 | 72 | 65 | 126 | 51 | 41 |
| Binary | 1011010 | 1111000 | 110010 | 11001 | 0 | 111010 | 110101 | 1010110 | 101001 | 100001 |
Color Harmonies of #5A7832
Complementary color
Monochromatic Colors of #5A7832
Black with #5A7832
Text Example
Text Example
White with #5A7832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7832; }
p { color: rgb(90,120,50); }
H1.HeaderClassName
{
color: #5A7832;
}
.AnyTagClassName
{
color: #5A7832;
}
</style>
background-color css
<style>
a { background-color: #5A7832; }
a { background-color: rgb(90,120,50); }
div.DivClassName
{
background-color: #5A7832;
}
.BgClassName
{
background-color: #5A7832;
}
</style>
border-color css
<style>
span { border-color: #5A7832; }
span { border-color: rgb(90,120,50); }
td.TdClassName
{
border-color: #5A7832;
}
.TagClassName
{
border-color: #5A7832;
}
</style>