Shades of Dark Olive Green #566B23
Tints of Dark Olive Green #566B23
RGB
CMYK
RGB Variations
Color information
#566B23 (or 0x566B23) is known color: Dark Olive Green. HEX triplet: 56, 6B and 23. RGB value is (86,107,35). Sum of RGB (Red+Green+Blue) = 86+107+35=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 107 (42.19% from 255 or 46.93% from 228); Blue value is 35 (14.06% from 255 or 15.35% from 228); Max value from RGB is 107 - color contains mainly: green. Hex color #566B23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566B23 is #A994DC. Grayscale: #5C5C5C. Windows color (decimal): -11113693 or 2321238. OLE color: 2321238.
HSL color Cylindrical-coordinate representation of color #566B23: hue angle of 77.5º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #566B23 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 107 | 35 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.58 |
| HSL | 77.5º | 0.51% | 0.28% | - |
| HSV(B) | 77.5º | 0.67% | 0.42% | - |
| XYZ | 9.4 | 12.62 | 3.53 | - |
| YUV | 92.51 | 95.54 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 107 | 35 | 0.20 | 0 | 0.67 | 0.58 | 77.5 | 0.51 | 0.28 |
| Hex | 56 | 6B | 23 | 14 | 0 | 43 | 3A | 4E | 33 | 1C |
| Octal | 126 | 153 | 43 | 24 | 0 | 103 | 72 | 116 | 63 | 34 |
| Binary | 1010110 | 1101011 | 100011 | 10100 | 0 | 1000011 | 111010 | 1001110 | 110011 | 11100 |
Color Harmonies of #566B23
Complementary color
Monochromatic Colors of #566B23
Black with #566B23
Text Example
Text Example
White with #566B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566B23; }
p { color: rgb(86,107,35); }
H1.HeaderClassName
{
color: #566B23;
}
.AnyTagClassName
{
color: #566B23;
}
</style>
background-color css
<style>
a { background-color: #566B23; }
a { background-color: rgb(86,107,35); }
div.DivClassName
{
background-color: #566B23;
}
.BgClassName
{
background-color: #566B23;
}
</style>
border-color css
<style>
span { border-color: #566B23; }
span { border-color: rgb(86,107,35); }
td.TdClassName
{
border-color: #566B23;
}
.TagClassName
{
border-color: #566B23;
}
</style>