Shades of Dark Olive Green #5A6733
Tints of Dark Olive Green #5A6733
RGB
CMYK
RGB Variations
Color information
#5A6733 (or 0x5A6733) is known color: Dark Olive Green. HEX triplet: 5A, 67 and 33. RGB value is (90,103,51). Sum of RGB (Red+Green+Blue) = 90+103+51=244 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.89% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6733 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6733 is #A598CC. Grayscale: #5D5D5D. Windows color (decimal): -10852557 or 3368794. OLE color: 3368794.
HSL color Cylindrical-coordinate representation of color #5A6733: hue angle of 75º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A6733 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 51 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.60 |
| HSL | 75º | 0.34% | 0.3% | - |
| HSV(B) | 75º | 0.5% | 0.4% | - |
| XYZ | 9.66 | 12.11 | 4.96 | - |
| YUV | 93.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 51 | 0.13 | 0 | 0.50 | 0.60 | 75 | 0.34 | 0.3 |
| Hex | 5A | 67 | 33 | D | 0 | 32 | 3C | 4B | 22 | 1E |
| Octal | 132 | 147 | 63 | 15 | 0 | 62 | 74 | 113 | 42 | 36 |
| Binary | 1011010 | 1100111 | 110011 | 1101 | 0 | 110010 | 111100 | 1001011 | 100010 | 11110 |
Color Harmonies of #5A6733
Complementary color
Monochromatic Colors of #5A6733
Black with #5A6733
Text Example
Text Example
White with #5A6733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6733; }
p { color: rgb(90,103,51); }
H1.HeaderClassName
{
color: #5A6733;
}
.AnyTagClassName
{
color: #5A6733;
}
</style>
background-color css
<style>
a { background-color: #5A6733; }
a { background-color: rgb(90,103,51); }
div.DivClassName
{
background-color: #5A6733;
}
.BgClassName
{
background-color: #5A6733;
}
</style>
border-color css
<style>
span { border-color: #5A6733; }
span { border-color: rgb(90,103,51); }
td.TdClassName
{
border-color: #5A6733;
}
.TagClassName
{
border-color: #5A6733;
}
</style>