Shades of Dark Olive Green #5B6835
Tints of Dark Olive Green #5B6835
RGB
CMYK
RGB Variations
Color information
#5B6835 (or 0x5B6835) is known color: Dark Olive Green. HEX triplet: 5B, 68 and 35. RGB value is (91,104,53). Sum of RGB (Red+Green+Blue) = 91+104+53=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 104 - color contains mainly: green. Hex color #5B6835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6835 is #A497CA. Grayscale: #5E5E5E. Windows color (decimal): -10786763 or 3500123. OLE color: 3500123.
HSL color Cylindrical-coordinate representation of color #5B6835: hue angle of 75.29º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B6835 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 104 | 53 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.59 |
| HSL | 75.29º | 0.32% | 0.31% | - |
| HSV(B) | 75.29º | 0.49% | 0.41% | - |
| XYZ | 9.91 | 12.38 | 5.24 | - |
| YUV | 94.3 | 104.69 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 104 | 53 | 0.12 | 0 | 0.49 | 0.59 | 75.29 | 0.32 | 0.31 |
| Hex | 5B | 68 | 35 | C | 0 | 31 | 3B | 4B | 20 | 1F |
| Octal | 133 | 150 | 65 | 14 | 0 | 61 | 73 | 113 | 40 | 37 |
| Binary | 1011011 | 1101000 | 110101 | 1100 | 0 | 110001 | 111011 | 1001011 | 100000 | 11111 |
Color Harmonies of #5B6835
Complementary color
Monochromatic Colors of #5B6835
Black with #5B6835
Text Example
Text Example
White with #5B6835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6835; }
p { color: rgb(91,104,53); }
H1.HeaderClassName
{
color: #5B6835;
}
.AnyTagClassName
{
color: #5B6835;
}
</style>
background-color css
<style>
a { background-color: #5B6835; }
a { background-color: rgb(91,104,53); }
div.DivClassName
{
background-color: #5B6835;
}
.BgClassName
{
background-color: #5B6835;
}
</style>
border-color css
<style>
span { border-color: #5B6835; }
span { border-color: rgb(91,104,53); }
td.TdClassName
{
border-color: #5B6835;
}
.TagClassName
{
border-color: #5B6835;
}
</style>