Shades of Dark Olive Green #5B682F
Tints of Dark Olive Green #5B682F
RGB
CMYK
RGB Variations
Color information
#5B682F (or 0x5B682F) is known color: Dark Olive Green. HEX triplet: 5B, 68 and 2F. RGB value is (91,104,47). Sum of RGB (Red+Green+Blue) = 91+104+47=242 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.60% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 104 - color contains mainly: green. Hex color #5B682F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B682F is #A497D0. Grayscale: #5D5D5D. Windows color (decimal): -10786769 or 3106907. OLE color: 3106907.
HSL color Cylindrical-coordinate representation of color #5B682F: hue angle of 73.68º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B682F is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 104 | 47 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.59 |
| HSL | 73.68º | 0.38% | 0.3% | - |
| HSV(B) | 73.68º | 0.55% | 0.41% | - |
| XYZ | 9.78 | 12.33 | 4.55 | - |
| YUV | 93.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 104 | 47 | 0.12 | 0 | 0.55 | 0.59 | 73.68 | 0.38 | 0.3 |
| Hex | 5B | 68 | 2F | C | 0 | 37 | 3B | 4A | 26 | 1E |
| Octal | 133 | 150 | 57 | 14 | 0 | 67 | 73 | 112 | 46 | 36 |
| Binary | 1011011 | 1101000 | 101111 | 1100 | 0 | 110111 | 111011 | 1001010 | 100110 | 11110 |
Color Harmonies of #5B682F
Complementary color
Monochromatic Colors of #5B682F
Black with #5B682F
Text Example
Text Example
White with #5B682F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B682F; }
p { color: rgb(91,104,47); }
H1.HeaderClassName
{
color: #5B682F;
}
.AnyTagClassName
{
color: #5B682F;
}
</style>
background-color css
<style>
a { background-color: #5B682F; }
a { background-color: rgb(91,104,47); }
div.DivClassName
{
background-color: #5B682F;
}
.BgClassName
{
background-color: #5B682F;
}
</style>
border-color css
<style>
span { border-color: #5B682F; }
span { border-color: rgb(91,104,47); }
td.TdClassName
{
border-color: #5B682F;
}
.TagClassName
{
border-color: #5B682F;
}
</style>