Shades of Dark Olive Green #5A7D32
Tints of Dark Olive Green #5A7D32
RGB
CMYK
RGB Variations
Color information
#5A7D32 (or 0x5A7D32) is known color: Dark Olive Green. HEX triplet: 5A, 7D and 32. RGB value is (90,125,50). Sum of RGB (Red+Green+Blue) = 90+125+50=265 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.96% from 265); Green value is 125 (49.22% from 255 or 47.17% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 125 - color contains mainly: green. Hex color #5A7D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7D32 is #A582CD. Grayscale: #6A6A6A. Windows color (decimal): -10846926 or 3308890. OLE color: 3308890.
HSL color Cylindrical-coordinate representation of color #5A7D32: hue angle of 88º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A7D32 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 125 | 50 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.51 |
| HSL | 88º | 0.43% | 0.34% | - |
| HSV(B) | 88º | 0.6% | 0.49% | - |
| XYZ | 12.13 | 17.07 | 5.67 | - |
| YUV | 105.99 | 96.4 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 125 | 50 | 0.28 | 0 | 0.60 | 0.51 | 88 | 0.43 | 0.34 |
| Hex | 5A | 7D | 32 | 1C | 0 | 3C | 33 | 58 | 2B | 22 |
| Octal | 132 | 175 | 62 | 34 | 0 | 74 | 63 | 130 | 53 | 42 |
| Binary | 1011010 | 1111101 | 110010 | 11100 | 0 | 111100 | 110011 | 1011000 | 101011 | 100010 |
Color Harmonies of #5A7D32
Complementary color
Monochromatic Colors of #5A7D32
Black with #5A7D32
Text Example
Text Example
White with #5A7D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7D32; }
p { color: rgb(90,125,50); }
H1.HeaderClassName
{
color: #5A7D32;
}
.AnyTagClassName
{
color: #5A7D32;
}
</style>
background-color css
<style>
a { background-color: #5A7D32; }
a { background-color: rgb(90,125,50); }
div.DivClassName
{
background-color: #5A7D32;
}
.BgClassName
{
background-color: #5A7D32;
}
</style>
border-color css
<style>
span { border-color: #5A7D32; }
span { border-color: rgb(90,125,50); }
td.TdClassName
{
border-color: #5A7D32;
}
.TagClassName
{
border-color: #5A7D32;
}
</style>