Shades of Dark Olive Green #5B6833
Tints of Dark Olive Green #5B6833
RGB
CMYK
RGB Variations
Color information
#5B6833 (or 0x5B6833) is known color: Dark Olive Green. HEX triplet: 5B, 68 and 33. RGB value is (91,104,51). Sum of RGB (Red+Green+Blue) = 91+104+51=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 104 - color contains mainly: green. Hex color #5B6833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6833 is #A497CC. Grayscale: #5E5E5E. Windows color (decimal): -10786765 or 3369051. OLE color: 3369051.
HSL color Cylindrical-coordinate representation of color #5B6833: hue angle of 74.72º 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 #5B6833 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 104 | 51 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.59 |
| HSL | 74.72º | 0.34% | 0.3% | - |
| HSV(B) | 74.72º | 0.51% | 0.41% | - |
| XYZ | 9.86 | 12.36 | 5 | - |
| YUV | 94.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 104 | 51 | 0.12 | 0 | 0.51 | 0.59 | 74.72 | 0.34 | 0.3 |
| Hex | 5B | 68 | 33 | C | 0 | 33 | 3B | 4B | 22 | 1E |
| Octal | 133 | 150 | 63 | 14 | 0 | 63 | 73 | 113 | 42 | 36 |
| Binary | 1011011 | 1101000 | 110011 | 1100 | 0 | 110011 | 111011 | 1001011 | 100010 | 11110 |
Color Harmonies of #5B6833
Complementary color
Monochromatic Colors of #5B6833
Black with #5B6833
Text Example
Text Example
White with #5B6833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6833; }
p { color: rgb(91,104,51); }
H1.HeaderClassName
{
color: #5B6833;
}
.AnyTagClassName
{
color: #5B6833;
}
</style>
background-color css
<style>
a { background-color: #5B6833; }
a { background-color: rgb(91,104,51); }
div.DivClassName
{
background-color: #5B6833;
}
.BgClassName
{
background-color: #5B6833;
}
</style>
border-color css
<style>
span { border-color: #5B6833; }
span { border-color: rgb(91,104,51); }
td.TdClassName
{
border-color: #5B6833;
}
.TagClassName
{
border-color: #5B6833;
}
</style>