Shades of Dark Olive Green #5B673B
Tints of Dark Olive Green #5B673B
RGB
CMYK
RGB Variations
Color information
#5B673B (or 0x5B673B) is known color: Dark Olive Green. HEX triplet: 5B, 67 and 3B. RGB value is (91,103,59). Sum of RGB (Red+Green+Blue) = 91+103+59=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 103 - color contains mainly: green. Hex color #5B673B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B673B is #A498C4. Grayscale: #5E5E5E. Windows color (decimal): -10787013 or 3893083. OLE color: 3893083.
HSL color Cylindrical-coordinate representation of color #5B673B: hue angle of 76.36º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B673B is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 103 | 59 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.60 |
| HSL | 76.36º | 0.27% | 0.32% | - |
| HSV(B) | 76.36º | 0.43% | 0.4% | - |
| XYZ | 9.95 | 12.24 | 5.98 | - |
| YUV | 94.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 103 | 59 | 0.12 | 0 | 0.43 | 0.60 | 76.36 | 0.27 | 0.32 |
| Hex | 5B | 67 | 3B | C | 0 | 2B | 3C | 4C | 1B | 20 |
| Octal | 133 | 147 | 73 | 14 | 0 | 53 | 74 | 114 | 33 | 40 |
| Binary | 1011011 | 1100111 | 111011 | 1100 | 0 | 101011 | 111100 | 1001100 | 11011 | 100000 |
Color Harmonies of #5B673B
Complementary color
Monochromatic Colors of #5B673B
Black with #5B673B
Text Example
Text Example
White with #5B673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B673B; }
p { color: rgb(91,103,59); }
H1.HeaderClassName
{
color: #5B673B;
}
.AnyTagClassName
{
color: #5B673B;
}
</style>
background-color css
<style>
a { background-color: #5B673B; }
a { background-color: rgb(91,103,59); }
div.DivClassName
{
background-color: #5B673B;
}
.BgClassName
{
background-color: #5B673B;
}
</style>
border-color css
<style>
span { border-color: #5B673B; }
span { border-color: rgb(91,103,59); }
td.TdClassName
{
border-color: #5B673B;
}
.TagClassName
{
border-color: #5B673B;
}
</style>