Shades of Dark Olive Green #5B6C38
Tints of Dark Olive Green #5B6C38
RGB
CMYK
RGB Variations
Color information
#5B6C38 (or 0x5B6C38) is known color: Dark Olive Green. HEX triplet: 5B, 6C and 38. RGB value is (91,108,56). Sum of RGB (Red+Green+Blue) = 91+108+56=255 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.69% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 108 - color contains mainly: green. Hex color #5B6C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6C38 is #A493C7. Grayscale: #616161. Windows color (decimal): -10785736 or 3697755. OLE color: 3697755.
HSL color Cylindrical-coordinate representation of color #5B6C38: hue angle of 79.62º degrees, saturation: 0.32, 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 #5B6C38 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 108 | 56 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.58 |
| HSL | 79.62º | 0.32% | 0.32% | - |
| HSV(B) | 79.62º | 0.48% | 0.42% | - |
| XYZ | 10.39 | 13.23 | 5.75 | - |
| YUV | 96.99 | 104.87 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 108 | 56 | 0.16 | 0 | 0.48 | 0.58 | 79.62 | 0.32 | 0.32 |
| Hex | 5B | 6C | 38 | 10 | 0 | 30 | 3A | 50 | 20 | 20 |
| Octal | 133 | 154 | 70 | 20 | 0 | 60 | 72 | 120 | 40 | 40 |
| Binary | 1011011 | 1101100 | 111000 | 10000 | 0 | 110000 | 111010 | 1010000 | 100000 | 100000 |
Color Harmonies of #5B6C38
Complementary color
Monochromatic Colors of #5B6C38
Black with #5B6C38
Text Example
Text Example
White with #5B6C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6C38; }
p { color: rgb(91,108,56); }
H1.HeaderClassName
{
color: #5B6C38;
}
.AnyTagClassName
{
color: #5B6C38;
}
</style>
background-color css
<style>
a { background-color: #5B6C38; }
a { background-color: rgb(91,108,56); }
div.DivClassName
{
background-color: #5B6C38;
}
.BgClassName
{
background-color: #5B6C38;
}
</style>
border-color css
<style>
span { border-color: #5B6C38; }
span { border-color: rgb(91,108,56); }
td.TdClassName
{
border-color: #5B6C38;
}
.TagClassName
{
border-color: #5B6C38;
}
</style>