Shades of Dark Olive Green #56662A
Tints of Dark Olive Green #56662A
RGB
CMYK
RGB Variations
Color information
#56662A (or 0x56662A) is known color: Dark Olive Green. HEX triplet: 56, 66 and 2A. RGB value is (86,102,42). Sum of RGB (Red+Green+Blue) = 86+102+42=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 102 - color contains mainly: green. Hex color #56662A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56662A is #A999D5. Grayscale: #5A5A5A. Windows color (decimal): -11114966 or 2778710. OLE color: 2778710.
HSL color Cylindrical-coordinate representation of color #56662A: hue angle of 76º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56662A is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 86 | 102 | 42 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.6 |
| HSL | 76º | 0.42% | 0.28% | - |
| HSV(B) | 76º | 0.59% | 0.4% | - |
| XYZ | 9.01 | 11.65 | 3.96 | - |
| YUV | 90.38 | 100.7 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 102 | 42 | 0.16 | 0 | 0.59 | 0.6 | 76 | 0.42 | 0.28 |
| Hex | 56 | 66 | 2A | 10 | 0 | 3B | 3C | 4C | 2A | 1C |
| Octal | 126 | 146 | 52 | 20 | 0 | 73 | 74 | 114 | 52 | 34 |
| Binary | 1010110 | 1100110 | 101010 | 10000 | 0 | 111011 | 111100 | 1001100 | 101010 | 11100 |
Color Harmonies of #56662A
Complementary color
Monochromatic Colors of #56662A
Black with #56662A
Text Example
Text Example
White with #56662A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56662A; }
p { color: rgb(86,102,42); }
H1.HeaderClassName
{
color: #56662A;
}
.AnyTagClassName
{
color: #56662A;
}
</style>
background-color css
<style>
a { background-color: #56662A; }
a { background-color: rgb(86,102,42); }
div.DivClassName
{
background-color: #56662A;
}
.BgClassName
{
background-color: #56662A;
}
</style>
border-color css
<style>
span { border-color: #56662A; }
span { border-color: rgb(86,102,42); }
td.TdClassName
{
border-color: #56662A;
}
.TagClassName
{
border-color: #56662A;
}
</style>