Shades of Dark Olive Green #5E6B36
Tints of Dark Olive Green #5E6B36
RGB
CMYK
RGB Variations
Color information
#5E6B36 (or 0x5E6B36) is known color: Dark Olive Green. HEX triplet: 5E, 6B and 36. RGB value is (94,107,54). Sum of RGB (Red+Green+Blue) = 94+107+54=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 107 - color contains mainly: green. Hex color #5E6B36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6B36 is #A194C9. Grayscale: #616161. Windows color (decimal): -10589386 or 3566430. OLE color: 3566430.
HSL color Cylindrical-coordinate representation of color #5E6B36: hue angle of 74.72º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E6B36 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 107 | 54 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.58 |
| HSL | 74.72º | 0.33% | 0.32% | - |
| HSV(B) | 74.72º | 0.5% | 0.42% | - |
| XYZ | 10.54 | 13.16 | 5.47 | - |
| YUV | 97.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 107 | 54 | 0.12 | 0 | 0.50 | 0.58 | 74.72 | 0.33 | 0.32 |
| Hex | 5E | 6B | 36 | C | 0 | 32 | 3A | 4B | 21 | 20 |
| Octal | 136 | 153 | 66 | 14 | 0 | 62 | 72 | 113 | 41 | 40 |
| Binary | 1011110 | 1101011 | 110110 | 1100 | 0 | 110010 | 111010 | 1001011 | 100001 | 100000 |
Color Harmonies of #5E6B36
Complementary color
Monochromatic Colors of #5E6B36
Black with #5E6B36
Text Example
Text Example
White with #5E6B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6B36; }
p { color: rgb(94,107,54); }
H1.HeaderClassName
{
color: #5E6B36;
}
.AnyTagClassName
{
color: #5E6B36;
}
</style>
background-color css
<style>
a { background-color: #5E6B36; }
a { background-color: rgb(94,107,54); }
div.DivClassName
{
background-color: #5E6B36;
}
.BgClassName
{
background-color: #5E6B36;
}
</style>
border-color css
<style>
span { border-color: #5E6B36; }
span { border-color: rgb(94,107,54); }
td.TdClassName
{
border-color: #5E6B36;
}
.TagClassName
{
border-color: #5E6B36;
}
</style>