Shades of Dark Olive Green #566B30
Tints of Dark Olive Green #566B30
RGB
CMYK
RGB Variations
Color information
#566B30 (or 0x566B30) is known color: Dark Olive Green. HEX triplet: 56, 6B and 30. RGB value is (86,107,48). Sum of RGB (Red+Green+Blue) = 86+107+48=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 107 - color contains mainly: green. Hex color #566B30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566B30 is #A994CF. Grayscale: #5E5E5E. Windows color (decimal): -11113680 or 3173206. OLE color: 3173206.
HSL color Cylindrical-coordinate representation of color #566B30: hue angle of 81.36º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #566B30 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 107 | 48 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.58 |
| HSL | 81.36º | 0.38% | 0.3% | - |
| HSV(B) | 81.36º | 0.55% | 0.42% | - |
| XYZ | 9.63 | 12.71 | 4.74 | - |
| YUV | 94 | 102.04 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 107 | 48 | 0.20 | 0 | 0.55 | 0.58 | 81.36 | 0.38 | 0.3 |
| Hex | 56 | 6B | 30 | 14 | 0 | 37 | 3A | 51 | 26 | 1E |
| Octal | 126 | 153 | 60 | 24 | 0 | 67 | 72 | 121 | 46 | 36 |
| Binary | 1010110 | 1101011 | 110000 | 10100 | 0 | 110111 | 111010 | 1010001 | 100110 | 11110 |
Color Harmonies of #566B30
Complementary color
Monochromatic Colors of #566B30
Black with #566B30
Text Example
Text Example
White with #566B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566B30; }
p { color: rgb(86,107,48); }
H1.HeaderClassName
{
color: #566B30;
}
.AnyTagClassName
{
color: #566B30;
}
</style>
background-color css
<style>
a { background-color: #566B30; }
a { background-color: rgb(86,107,48); }
div.DivClassName
{
background-color: #566B30;
}
.BgClassName
{
background-color: #566B30;
}
</style>
border-color css
<style>
span { border-color: #566B30; }
span { border-color: rgb(86,107,48); }
td.TdClassName
{
border-color: #566B30;
}
.TagClassName
{
border-color: #566B30;
}
</style>