Shades of Dark Olive Green #5E6F38
Tints of Dark Olive Green #5E6F38
RGB
CMYK
RGB Variations
Color information
#5E6F38 (or 0x5E6F38) is known color: Dark Olive Green. HEX triplet: 5E, 6F and 38. RGB value is (94,111,56). Sum of RGB (Red+Green+Blue) = 94+111+56=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6F38 is #A190C7. Grayscale: #636363. Windows color (decimal): -10588360 or 3698526. OLE color: 3698526.
HSL color Cylindrical-coordinate representation of color #5E6F38: hue angle of 78.55º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E6F38 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 111 | 56 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.56 |
| HSL | 78.55º | 0.33% | 0.33% | - |
| HSV(B) | 78.55º | 0.5% | 0.44% | - |
| XYZ | 11.01 | 14.03 | 5.87 | - |
| YUV | 99.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 111 | 56 | 0.15 | 0 | 0.50 | 0.56 | 78.55 | 0.33 | 0.33 |
| Hex | 5E | 6F | 38 | F | 0 | 32 | 38 | 4F | 21 | 21 |
| Octal | 136 | 157 | 70 | 17 | 0 | 62 | 70 | 117 | 41 | 41 |
| Binary | 1011110 | 1101111 | 111000 | 1111 | 0 | 110010 | 111000 | 1001111 | 100001 | 100001 |
Color Harmonies of #5E6F38
Complementary color
Monochromatic Colors of #5E6F38
Black with #5E6F38
Text Example
Text Example
White with #5E6F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6F38; }
p { color: rgb(94,111,56); }
H1.HeaderClassName
{
color: #5E6F38;
}
.AnyTagClassName
{
color: #5E6F38;
}
</style>
background-color css
<style>
a { background-color: #5E6F38; }
a { background-color: rgb(94,111,56); }
div.DivClassName
{
background-color: #5E6F38;
}
.BgClassName
{
background-color: #5E6F38;
}
</style>
border-color css
<style>
span { border-color: #5E6F38; }
span { border-color: rgb(94,111,56); }
td.TdClassName
{
border-color: #5E6F38;
}
.TagClassName
{
border-color: #5E6F38;
}
</style>