Shades of Dark Olive Green #56672A
Tints of Dark Olive Green #56672A
RGB
CMYK
RGB Variations
Color information
#56672A (or 0x56672A) is known color: Dark Olive Green. HEX triplet: 56, 67 and 2A. RGB value is (86,103,42). Sum of RGB (Red+Green+Blue) = 86+103+42=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 103 - color contains mainly: green. Hex color #56672A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56672A is #A998D5. Grayscale: #5B5B5B. Windows color (decimal): -11114710 or 2778966. OLE color: 2778966.
HSL color Cylindrical-coordinate representation of color #56672A: hue angle of 76.72º 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 #56672A is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 103 | 42 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.60 |
| HSL | 76.72º | 0.42% | 0.28% | - |
| HSV(B) | 76.72º | 0.59% | 0.4% | - |
| XYZ | 9.11 | 11.85 | 4 | - |
| YUV | 90.96 | 100.37 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 103 | 42 | 0.17 | 0 | 0.59 | 0.60 | 76.72 | 0.42 | 0.28 |
| Hex | 56 | 67 | 2A | 11 | 0 | 3B | 3C | 4D | 2A | 1C |
| Octal | 126 | 147 | 52 | 21 | 0 | 73 | 74 | 115 | 52 | 34 |
| Binary | 1010110 | 1100111 | 101010 | 10001 | 0 | 111011 | 111100 | 1001101 | 101010 | 11100 |
Color Harmonies of #56672A
Complementary color
Monochromatic Colors of #56672A
Black with #56672A
Text Example
Text Example
White with #56672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56672A; }
p { color: rgb(86,103,42); }
H1.HeaderClassName
{
color: #56672A;
}
.AnyTagClassName
{
color: #56672A;
}
</style>
background-color css
<style>
a { background-color: #56672A; }
a { background-color: rgb(86,103,42); }
div.DivClassName
{
background-color: #56672A;
}
.BgClassName
{
background-color: #56672A;
}
</style>
border-color css
<style>
span { border-color: #56672A; }
span { border-color: rgb(86,103,42); }
td.TdClassName
{
border-color: #56672A;
}
.TagClassName
{
border-color: #56672A;
}
</style>