Shades of Dark Olive Green #56652D
Tints of Dark Olive Green #56652D
RGB
CMYK
RGB Variations
Color information
#56652D (or 0x56652D) is known color: Dark Olive Green. HEX triplet: 56, 65 and 2D. RGB value is (86,101,45). Sum of RGB (Red+Green+Blue) = 86+101+45=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #56652D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56652D is #A99AD2. Grayscale: #5A5A5A. Windows color (decimal): -11115219 or 2975062. OLE color: 2975062.
HSL color Cylindrical-coordinate representation of color #56652D: hue angle of 76.07º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56652D is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 101 | 45 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.60 |
| HSL | 76.07º | 0.38% | 0.29% | - |
| HSV(B) | 76.07º | 0.55% | 0.4% | - |
| XYZ | 8.97 | 11.48 | 4.23 | - |
| YUV | 90.13 | 102.53 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 101 | 45 | 0.15 | 0 | 0.55 | 0.60 | 76.07 | 0.38 | 0.29 |
| Hex | 56 | 65 | 2D | F | 0 | 37 | 3C | 4C | 26 | 1D |
| Octal | 126 | 145 | 55 | 17 | 0 | 67 | 74 | 114 | 46 | 35 |
| Binary | 1010110 | 1100101 | 101101 | 1111 | 0 | 110111 | 111100 | 1001100 | 100110 | 11101 |
Color Harmonies of #56652D
Complementary color
Monochromatic Colors of #56652D
Black with #56652D
Text Example
Text Example
White with #56652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56652D; }
p { color: rgb(86,101,45); }
H1.HeaderClassName
{
color: #56652D;
}
.AnyTagClassName
{
color: #56652D;
}
</style>
background-color css
<style>
a { background-color: #56652D; }
a { background-color: rgb(86,101,45); }
div.DivClassName
{
background-color: #56652D;
}
.BgClassName
{
background-color: #56652D;
}
</style>
border-color css
<style>
span { border-color: #56652D; }
span { border-color: rgb(86,101,45); }
td.TdClassName
{
border-color: #56652D;
}
.TagClassName
{
border-color: #56652D;
}
</style>