Shades of Dark Olive Green #5D6A3A
Tints of Dark Olive Green #5D6A3A
RGB
CMYK
RGB Variations
Color information
#5D6A3A (or 0x5D6A3A) is known color: Dark Olive Green. HEX triplet: 5D, 6A and 3A. RGB value is (93,106,58). Sum of RGB (Red+Green+Blue) = 93+106+58=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 106 - color contains mainly: green. Hex color #5D6A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6A3A is #A295C5. Grayscale: #606060. Windows color (decimal): -10655174 or 3828317. OLE color: 3828317.
HSL color Cylindrical-coordinate representation of color #5D6A3A: hue angle of 76.25º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D6A3A is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 93 | 106 | 58 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.58 |
| HSL | 76.25º | 0.29% | 0.32% | - |
| HSV(B) | 76.25º | 0.45% | 0.42% | - |
| XYZ | 10.43 | 12.94 | 5.95 | - |
| YUV | 96.64 | 106.19 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 106 | 58 | 0.12 | 0 | 0.45 | 0.58 | 76.25 | 0.29 | 0.32 |
| Hex | 5D | 6A | 3A | C | 0 | 2D | 3A | 4C | 1D | 20 |
| Octal | 135 | 152 | 72 | 14 | 0 | 55 | 72 | 114 | 35 | 40 |
| Binary | 1011101 | 1101010 | 111010 | 1100 | 0 | 101101 | 111010 | 1001100 | 11101 | 100000 |
Color Harmonies of #5D6A3A
Complementary color
Monochromatic Colors of #5D6A3A
Black with #5D6A3A
Text Example
Text Example
White with #5D6A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6A3A; }
p { color: rgb(93,106,58); }
H1.HeaderClassName
{
color: #5D6A3A;
}
.AnyTagClassName
{
color: #5D6A3A;
}
</style>
background-color css
<style>
a { background-color: #5D6A3A; }
a { background-color: rgb(93,106,58); }
div.DivClassName
{
background-color: #5D6A3A;
}
.BgClassName
{
background-color: #5D6A3A;
}
</style>
border-color css
<style>
span { border-color: #5D6A3A; }
span { border-color: rgb(93,106,58); }
td.TdClassName
{
border-color: #5D6A3A;
}
.TagClassName
{
border-color: #5D6A3A;
}
</style>