Shades of Dark Olive Green #5B6939
Tints of Dark Olive Green #5B6939
RGB
CMYK
RGB Variations
Color information
#5B6939 (or 0x5B6939) is known color: Dark Olive Green. HEX triplet: 5B, 69 and 39. RGB value is (91,105,57). Sum of RGB (Red+Green+Blue) = 91+105+57=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 105 - color contains mainly: green. Hex color #5B6939 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6939 is #A496C6. Grayscale: #5F5F5F. Windows color (decimal): -10786503 or 3762523. OLE color: 3762523.
HSL color Cylindrical-coordinate representation of color #5B6939: hue angle of 77.5º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B6939 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 105 | 57 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.59 |
| HSL | 77.5º | 0.3% | 0.32% | - |
| HSV(B) | 77.5º | 0.46% | 0.41% | - |
| XYZ | 10.1 | 12.62 | 5.77 | - |
| YUV | 95.34 | 106.36 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 105 | 57 | 0.13 | 0 | 0.46 | 0.59 | 77.5 | 0.3 | 0.32 |
| Hex | 5B | 69 | 39 | D | 0 | 2E | 3B | 4E | 1E | 20 |
| Octal | 133 | 151 | 71 | 15 | 0 | 56 | 73 | 116 | 36 | 40 |
| Binary | 1011011 | 1101001 | 111001 | 1101 | 0 | 101110 | 111011 | 1001110 | 11110 | 100000 |
Color Harmonies of #5B6939
Complementary color
Monochromatic Colors of #5B6939
Black with #5B6939
Text Example
Text Example
White with #5B6939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6939; }
p { color: rgb(91,105,57); }
H1.HeaderClassName
{
color: #5B6939;
}
.AnyTagClassName
{
color: #5B6939;
}
</style>
background-color css
<style>
a { background-color: #5B6939; }
a { background-color: rgb(91,105,57); }
div.DivClassName
{
background-color: #5B6939;
}
.BgClassName
{
background-color: #5B6939;
}
</style>
border-color css
<style>
span { border-color: #5B6939; }
span { border-color: rgb(91,105,57); }
td.TdClassName
{
border-color: #5B6939;
}
.TagClassName
{
border-color: #5B6939;
}
</style>