Shades of Dark Olive Green #5D6F34
Tints of Dark Olive Green #5D6F34
RGB
CMYK
RGB Variations
Color information
#5D6F34 (or 0x5D6F34) is known color: Dark Olive Green. HEX triplet: 5D, 6F and 34. RGB value is (93,111,52). Sum of RGB (Red+Green+Blue) = 93+111+52=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 111 - color contains mainly: green. Hex color #5D6F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6F34 is #A290CB. Grayscale: #636363. Windows color (decimal): -10653900 or 3436381. OLE color: 3436381.
HSL color Cylindrical-coordinate representation of color #5D6F34: hue angle of 78.31º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D6F34 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 111 | 52 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.56 |
| HSL | 78.31º | 0.36% | 0.32% | - |
| HSV(B) | 78.31º | 0.53% | 0.44% | - |
| XYZ | 10.82 | 13.94 | 5.37 | - |
| YUV | 98.89 | 101.54 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 111 | 52 | 0.16 | 0 | 0.53 | 0.56 | 78.31 | 0.36 | 0.32 |
| Hex | 5D | 6F | 34 | 10 | 0 | 35 | 38 | 4E | 24 | 20 |
| Octal | 135 | 157 | 64 | 20 | 0 | 65 | 70 | 116 | 44 | 40 |
| Binary | 1011101 | 1101111 | 110100 | 10000 | 0 | 110101 | 111000 | 1001110 | 100100 | 100000 |
Color Harmonies of #5D6F34
Complementary color
Monochromatic Colors of #5D6F34
Black with #5D6F34
Text Example
Text Example
White with #5D6F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6F34; }
p { color: rgb(93,111,52); }
H1.HeaderClassName
{
color: #5D6F34;
}
.AnyTagClassName
{
color: #5D6F34;
}
</style>
background-color css
<style>
a { background-color: #5D6F34; }
a { background-color: rgb(93,111,52); }
div.DivClassName
{
background-color: #5D6F34;
}
.BgClassName
{
background-color: #5D6F34;
}
</style>
border-color css
<style>
span { border-color: #5D6F34; }
span { border-color: rgb(93,111,52); }
td.TdClassName
{
border-color: #5D6F34;
}
.TagClassName
{
border-color: #5D6F34;
}
</style>