Shades of Dark Olive Green #59673A
Tints of Dark Olive Green #59673A
RGB
CMYK
RGB Variations
Color information
#59673A (or 0x59673A) is known color: Dark Olive Green. HEX triplet: 59, 67 and 3A. RGB value is (89,103,58). Sum of RGB (Red+Green+Blue) = 89+103+58=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 103 - color contains mainly: green. Hex color #59673A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59673A is #A698C5. Grayscale: #5D5D5D. Windows color (decimal): -10918086 or 3827545. OLE color: 3827545.
HSL color Cylindrical-coordinate representation of color #59673A: hue angle of 78.67º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59673A is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 103 | 58 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.60 |
| HSL | 78.67º | 0.28% | 0.32% | - |
| HSV(B) | 78.67º | 0.44% | 0.4% | - |
| XYZ | 9.73 | 12.13 | 5.83 | - |
| YUV | 93.68 | 107.86 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 103 | 58 | 0.14 | 0 | 0.44 | 0.60 | 78.67 | 0.28 | 0.32 |
| Hex | 59 | 67 | 3A | E | 0 | 2C | 3C | 4F | 1C | 20 |
| Octal | 131 | 147 | 72 | 16 | 0 | 54 | 74 | 117 | 34 | 40 |
| Binary | 1011001 | 1100111 | 111010 | 1110 | 0 | 101100 | 111100 | 1001111 | 11100 | 100000 |
Color Harmonies of #59673A
Complementary color
Monochromatic Colors of #59673A
Black with #59673A
Text Example
Text Example
White with #59673A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59673A; }
p { color: rgb(89,103,58); }
H1.HeaderClassName
{
color: #59673A;
}
.AnyTagClassName
{
color: #59673A;
}
</style>
background-color css
<style>
a { background-color: #59673A; }
a { background-color: rgb(89,103,58); }
div.DivClassName
{
background-color: #59673A;
}
.BgClassName
{
background-color: #59673A;
}
</style>
border-color css
<style>
span { border-color: #59673A; }
span { border-color: rgb(89,103,58); }
td.TdClassName
{
border-color: #59673A;
}
.TagClassName
{
border-color: #59673A;
}
</style>