Shades of Dark Olive Green #5A6833
Tints of Dark Olive Green #5A6833
RGB
CMYK
RGB Variations
Color information
#5A6833 (or 0x5A6833) is known color: Dark Olive Green. HEX triplet: 5A, 68 and 33. RGB value is (90,104,51). Sum of RGB (Red+Green+Blue) = 90+104+51=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 104 - color contains mainly: green. Hex color #5A6833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6833 is #A597CC. Grayscale: #5D5D5D. Windows color (decimal): -10852301 or 3369050. OLE color: 3369050.
HSL color Cylindrical-coordinate representation of color #5A6833: hue angle of 75.85º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A6833 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 104 | 51 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.59 |
| HSL | 75.85º | 0.34% | 0.3% | - |
| HSV(B) | 75.85º | 0.51% | 0.41% | - |
| XYZ | 9.76 | 12.31 | 4.99 | - |
| YUV | 93.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 51 | 0.13 | 0 | 0.51 | 0.59 | 75.85 | 0.34 | 0.3 |
| Hex | 5A | 68 | 33 | D | 0 | 33 | 3B | 4C | 22 | 1E |
| Octal | 132 | 150 | 63 | 15 | 0 | 63 | 73 | 114 | 42 | 36 |
| Binary | 1011010 | 1101000 | 110011 | 1101 | 0 | 110011 | 111011 | 1001100 | 100010 | 11110 |
Color Harmonies of #5A6833
Complementary color
Monochromatic Colors of #5A6833
Black with #5A6833
Text Example
Text Example
White with #5A6833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6833; }
p { color: rgb(90,104,51); }
H1.HeaderClassName
{
color: #5A6833;
}
.AnyTagClassName
{
color: #5A6833;
}
</style>
background-color css
<style>
a { background-color: #5A6833; }
a { background-color: rgb(90,104,51); }
div.DivClassName
{
background-color: #5A6833;
}
.BgClassName
{
background-color: #5A6833;
}
</style>
border-color css
<style>
span { border-color: #5A6833; }
span { border-color: rgb(90,104,51); }
td.TdClassName
{
border-color: #5A6833;
}
.TagClassName
{
border-color: #5A6833;
}
</style>