Shades of Dark Olive Green #5B702C
Tints of Dark Olive Green #5B702C
RGB
CMYK
RGB Variations
Color information
#5B702C (or 0x5B702C) is known color: Dark Olive Green. HEX triplet: 5B, 70 and 2C. RGB value is (91,112,44). Sum of RGB (Red+Green+Blue) = 91+112+44=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #5B702C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B702C is #A48FD3. Grayscale: #626262. Windows color (decimal): -10784724 or 2912347. OLE color: 2912347.
HSL color Cylindrical-coordinate representation of color #5B702C: hue angle of 78.53º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B702C is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 112 | 44 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.56 |
| HSL | 78.53º | 0.44% | 0.31% | - |
| HSV(B) | 78.53º | 0.61% | 0.44% | - |
| XYZ | 10.56 | 13.99 | 4.53 | - |
| YUV | 97.97 | 97.54 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 112 | 44 | 0.19 | 0 | 0.61 | 0.56 | 78.53 | 0.44 | 0.31 |
| Hex | 5B | 70 | 2C | 13 | 0 | 3D | 38 | 4F | 2C | 1F |
| Octal | 133 | 160 | 54 | 23 | 0 | 75 | 70 | 117 | 54 | 37 |
| Binary | 1011011 | 1110000 | 101100 | 10011 | 0 | 111101 | 111000 | 1001111 | 101100 | 11111 |
Color Harmonies of #5B702C
Complementary color
Monochromatic Colors of #5B702C
Black with #5B702C
Text Example
Text Example
White with #5B702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B702C; }
p { color: rgb(91,112,44); }
H1.HeaderClassName
{
color: #5B702C;
}
.AnyTagClassName
{
color: #5B702C;
}
</style>
background-color css
<style>
a { background-color: #5B702C; }
a { background-color: rgb(91,112,44); }
div.DivClassName
{
background-color: #5B702C;
}
.BgClassName
{
background-color: #5B702C;
}
</style>
border-color css
<style>
span { border-color: #5B702C; }
span { border-color: rgb(91,112,44); }
td.TdClassName
{
border-color: #5B702C;
}
.TagClassName
{
border-color: #5B702C;
}
</style>