Shades of Dark Olive Green #5E6B38
Tints of Dark Olive Green #5E6B38
RGB
CMYK
RGB Variations
Color information
#5E6B38 (or 0x5E6B38) is known color: Dark Olive Green. HEX triplet: 5E, 6B and 38. RGB value is (94,107,56). Sum of RGB (Red+Green+Blue) = 94+107+56=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 107 - color contains mainly: green. Hex color #5E6B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6B38 is #A194C7. Grayscale: #616161. Windows color (decimal): -10589384 or 3697502. OLE color: 3697502.
HSL color Cylindrical-coordinate representation of color #5E6B38: hue angle of 75.29º 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 #5E6B38 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 107 | 56 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.58 |
| HSL | 75.29º | 0.31% | 0.32% | - |
| HSV(B) | 75.29º | 0.48% | 0.42% | - |
| XYZ | 10.59 | 13.18 | 5.73 | - |
| YUV | 97.3 | 104.69 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 107 | 56 | 0.12 | 0 | 0.48 | 0.58 | 75.29 | 0.31 | 0.32 |
| Hex | 5E | 6B | 38 | C | 0 | 30 | 3A | 4B | 1F | 20 |
| Octal | 136 | 153 | 70 | 14 | 0 | 60 | 72 | 113 | 37 | 40 |
| Binary | 1011110 | 1101011 | 111000 | 1100 | 0 | 110000 | 111010 | 1001011 | 11111 | 100000 |
Color Harmonies of #5E6B38
Complementary color
Monochromatic Colors of #5E6B38
Black with #5E6B38
Text Example
Text Example
White with #5E6B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6B38; }
p { color: rgb(94,107,56); }
H1.HeaderClassName
{
color: #5E6B38;
}
.AnyTagClassName
{
color: #5E6B38;
}
</style>
background-color css
<style>
a { background-color: #5E6B38; }
a { background-color: rgb(94,107,56); }
div.DivClassName
{
background-color: #5E6B38;
}
.BgClassName
{
background-color: #5E6B38;
}
</style>
border-color css
<style>
span { border-color: #5E6B38; }
span { border-color: rgb(94,107,56); }
td.TdClassName
{
border-color: #5E6B38;
}
.TagClassName
{
border-color: #5E6B38;
}
</style>