Shades of Dark Olive Green #5B6B38
Tints of Dark Olive Green #5B6B38
RGB
CMYK
RGB Variations
Color information
#5B6B38 (or 0x5B6B38) is known color: Dark Olive Green. HEX triplet: 5B, 6B and 38. RGB value is (91,107,56). Sum of RGB (Red+Green+Blue) = 91+107+56=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 107 - color contains mainly: green. Hex color #5B6B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6B38 is #A494C7. Grayscale: #606060. Windows color (decimal): -10785992 or 3697499. OLE color: 3697499.
HSL color Cylindrical-coordinate representation of color #5B6B38: hue angle of 78.82º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B6B38 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 107 | 56 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.58 |
| HSL | 78.82º | 0.31% | 0.32% | - |
| HSV(B) | 78.82º | 0.48% | 0.42% | - |
| XYZ | 10.29 | 13.03 | 5.71 | - |
| YUV | 96.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 107 | 56 | 0.15 | 0 | 0.48 | 0.58 | 78.82 | 0.31 | 0.32 |
| Hex | 5B | 6B | 38 | F | 0 | 30 | 3A | 4F | 1F | 20 |
| Octal | 133 | 153 | 70 | 17 | 0 | 60 | 72 | 117 | 37 | 40 |
| Binary | 1011011 | 1101011 | 111000 | 1111 | 0 | 110000 | 111010 | 1001111 | 11111 | 100000 |
Color Harmonies of #5B6B38
Complementary color
Monochromatic Colors of #5B6B38
Black with #5B6B38
Text Example
Text Example
White with #5B6B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6B38; }
p { color: rgb(91,107,56); }
H1.HeaderClassName
{
color: #5B6B38;
}
.AnyTagClassName
{
color: #5B6B38;
}
</style>
background-color css
<style>
a { background-color: #5B6B38; }
a { background-color: rgb(91,107,56); }
div.DivClassName
{
background-color: #5B6B38;
}
.BgClassName
{
background-color: #5B6B38;
}
</style>
border-color css
<style>
span { border-color: #5B6B38; }
span { border-color: rgb(91,107,56); }
td.TdClassName
{
border-color: #5B6B38;
}
.TagClassName
{
border-color: #5B6B38;
}
</style>