Shades of Dark Olive Green #5B6A3A
Tints of Dark Olive Green #5B6A3A
RGB
CMYK
RGB Variations
Color information
#5B6A3A (or 0x5B6A3A) is known color: Dark Olive Green. HEX triplet: 5B, 6A and 3A. RGB value is (91,106,58). Sum of RGB (Red+Green+Blue) = 91+106+58=255 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.69% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 106 - color contains mainly: green. Hex color #5B6A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6A3A is #A495C5. Grayscale: #606060. Windows color (decimal): -10786246 or 3828315. OLE color: 3828315.
HSL color Cylindrical-coordinate representation of color #5B6A3A: hue angle of 78.75º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B6A3A is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 106 | 58 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.58 |
| HSL | 78.75º | 0.29% | 0.32% | - |
| HSV(B) | 78.75º | 0.45% | 0.42% | - |
| XYZ | 10.23 | 12.84 | 5.94 | - |
| YUV | 96.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 106 | 58 | 0.14 | 0 | 0.45 | 0.58 | 78.75 | 0.29 | 0.32 |
| Hex | 5B | 6A | 3A | E | 0 | 2D | 3A | 4F | 1D | 20 |
| Octal | 133 | 152 | 72 | 16 | 0 | 55 | 72 | 117 | 35 | 40 |
| Binary | 1011011 | 1101010 | 111010 | 1110 | 0 | 101101 | 111010 | 1001111 | 11101 | 100000 |
Color Harmonies of #5B6A3A
Complementary color
Monochromatic Colors of #5B6A3A
Black with #5B6A3A
Text Example
Text Example
White with #5B6A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6A3A; }
p { color: rgb(91,106,58); }
H1.HeaderClassName
{
color: #5B6A3A;
}
.AnyTagClassName
{
color: #5B6A3A;
}
</style>
background-color css
<style>
a { background-color: #5B6A3A; }
a { background-color: rgb(91,106,58); }
div.DivClassName
{
background-color: #5B6A3A;
}
.BgClassName
{
background-color: #5B6A3A;
}
</style>
border-color css
<style>
span { border-color: #5B6A3A; }
span { border-color: rgb(91,106,58); }
td.TdClassName
{
border-color: #5B6A3A;
}
.TagClassName
{
border-color: #5B6A3A;
}
</style>