Shades of Dark Olive Green #5B6734
Tints of Dark Olive Green #5B6734
RGB
CMYK
RGB Variations
Color information
#5B6734 (or 0x5B6734) is known color: Dark Olive Green. HEX triplet: 5B, 67 and 34. RGB value is (91,103,52). Sum of RGB (Red+Green+Blue) = 91+103+52=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 103 - color contains mainly: green. Hex color #5B6734 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6734 is #A498CB. Grayscale: #5D5D5D. Windows color (decimal): -10787020 or 3434331. OLE color: 3434331.
HSL color Cylindrical-coordinate representation of color #5B6734: hue angle of 74.12º degrees, saturation: 0.33, 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 #5B6734 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 103 | 52 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.60 |
| HSL | 74.12º | 0.33% | 0.3% | - |
| HSV(B) | 74.12º | 0.5% | 0.4% | - |
| XYZ | 9.78 | 12.17 | 5.08 | - |
| YUV | 93.6 | 104.52 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 103 | 52 | 0.12 | 0 | 0.50 | 0.60 | 74.12 | 0.33 | 0.3 |
| Hex | 5B | 67 | 34 | C | 0 | 32 | 3C | 4A | 21 | 1E |
| Octal | 133 | 147 | 64 | 14 | 0 | 62 | 74 | 112 | 41 | 36 |
| Binary | 1011011 | 1100111 | 110100 | 1100 | 0 | 110010 | 111100 | 1001010 | 100001 | 11110 |
Color Harmonies of #5B6734
Complementary color
Monochromatic Colors of #5B6734
Black with #5B6734
Text Example
Text Example
White with #5B6734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6734; }
p { color: rgb(91,103,52); }
H1.HeaderClassName
{
color: #5B6734;
}
.AnyTagClassName
{
color: #5B6734;
}
</style>
background-color css
<style>
a { background-color: #5B6734; }
a { background-color: rgb(91,103,52); }
div.DivClassName
{
background-color: #5B6734;
}
.BgClassName
{
background-color: #5B6734;
}
</style>
border-color css
<style>
span { border-color: #5B6734; }
span { border-color: rgb(91,103,52); }
td.TdClassName
{
border-color: #5B6734;
}
.TagClassName
{
border-color: #5B6734;
}
</style>