Shades of Dark Olive Green #5B6B30
Tints of Dark Olive Green #5B6B30
RGB
CMYK
RGB Variations
Color information
#5B6B30 (or 0x5B6B30) is known color: Dark Olive Green. HEX triplet: 5B, 6B and 30. RGB value is (91,107,48). Sum of RGB (Red+Green+Blue) = 91+107+48=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 107 - color contains mainly: green. Hex color #5B6B30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6B30 is #A494CF. Grayscale: #5F5F5F. Windows color (decimal): -10786000 or 3173211. OLE color: 3173211.
HSL color Cylindrical-coordinate representation of color #5B6B30: hue angle of 76.27º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B6B30 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 107 | 48 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.58 |
| HSL | 76.27º | 0.38% | 0.3% | - |
| HSV(B) | 76.27º | 0.55% | 0.42% | - |
| XYZ | 10.11 | 12.95 | 4.76 | - |
| YUV | 95.49 | 101.2 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 107 | 48 | 0.15 | 0 | 0.55 | 0.58 | 76.27 | 0.38 | 0.3 |
| Hex | 5B | 6B | 30 | F | 0 | 37 | 3A | 4C | 26 | 1E |
| Octal | 133 | 153 | 60 | 17 | 0 | 67 | 72 | 114 | 46 | 36 |
| Binary | 1011011 | 1101011 | 110000 | 1111 | 0 | 110111 | 111010 | 1001100 | 100110 | 11110 |
Color Harmonies of #5B6B30
Complementary color
Monochromatic Colors of #5B6B30
Black with #5B6B30
Text Example
Text Example
White with #5B6B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6B30; }
p { color: rgb(91,107,48); }
H1.HeaderClassName
{
color: #5B6B30;
}
.AnyTagClassName
{
color: #5B6B30;
}
</style>
background-color css
<style>
a { background-color: #5B6B30; }
a { background-color: rgb(91,107,48); }
div.DivClassName
{
background-color: #5B6B30;
}
.BgClassName
{
background-color: #5B6B30;
}
</style>
border-color css
<style>
span { border-color: #5B6B30; }
span { border-color: rgb(91,107,48); }
td.TdClassName
{
border-color: #5B6B30;
}
.TagClassName
{
border-color: #5B6B30;
}
</style>