Shades of Dark Olive Green #5B692F
Tints of Dark Olive Green #5B692F
RGB
CMYK
RGB Variations
Color information
#5B692F (or 0x5B692F) is known color: Dark Olive Green. HEX triplet: 5B, 69 and 2F. RGB value is (91,105,47). Sum of RGB (Red+Green+Blue) = 91+105+47=243 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.45% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #5B692F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B692F is #A496D0. Grayscale: #5E5E5E. Windows color (decimal): -10786513 or 3107163. OLE color: 3107163.
HSL color Cylindrical-coordinate representation of color #5B692F: hue angle of 74.48º 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 #5B692F is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 105 | 47 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.59 |
| HSL | 74.48º | 0.38% | 0.3% | - |
| HSV(B) | 74.48º | 0.55% | 0.41% | - |
| XYZ | 9.88 | 12.53 | 4.59 | - |
| YUV | 94.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 105 | 47 | 0.13 | 0 | 0.55 | 0.59 | 74.48 | 0.38 | 0.3 |
| Hex | 5B | 69 | 2F | D | 0 | 37 | 3B | 4A | 26 | 1E |
| Octal | 133 | 151 | 57 | 15 | 0 | 67 | 73 | 112 | 46 | 36 |
| Binary | 1011011 | 1101001 | 101111 | 1101 | 0 | 110111 | 111011 | 1001010 | 100110 | 11110 |
Color Harmonies of #5B692F
Complementary color
Monochromatic Colors of #5B692F
Black with #5B692F
Text Example
Text Example
White with #5B692F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B692F; }
p { color: rgb(91,105,47); }
H1.HeaderClassName
{
color: #5B692F;
}
.AnyTagClassName
{
color: #5B692F;
}
</style>
background-color css
<style>
a { background-color: #5B692F; }
a { background-color: rgb(91,105,47); }
div.DivClassName
{
background-color: #5B692F;
}
.BgClassName
{
background-color: #5B692F;
}
</style>
border-color css
<style>
span { border-color: #5B692F; }
span { border-color: rgb(91,105,47); }
td.TdClassName
{
border-color: #5B692F;
}
.TagClassName
{
border-color: #5B692F;
}
</style>