Shades of Dark Olive Green #566F30
Tints of Dark Olive Green #566F30
RGB
CMYK
RGB Variations
Color information
#566F30 (or 0x566F30) is known color: Dark Olive Green. HEX triplet: 56, 6F and 30. RGB value is (86,111,48). Sum of RGB (Red+Green+Blue) = 86+111+48=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 111 - color contains mainly: green. Hex color #566F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566F30 is #A990CF. Grayscale: #606060. Windows color (decimal): -11112656 or 3174230. OLE color: 3174230.
HSL color Cylindrical-coordinate representation of color #566F30: hue angle of 83.81º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #566F30 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 48 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.56 |
| HSL | 83.81º | 0.4% | 0.31% | - |
| HSV(B) | 83.81º | 0.57% | 0.44% | - |
| XYZ | 10.06 | 13.56 | 4.88 | - |
| YUV | 96.34 | 100.72 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 48 | 0.23 | 0 | 0.57 | 0.56 | 83.81 | 0.4 | 0.31 |
| Hex | 56 | 6F | 30 | 17 | 0 | 39 | 38 | 54 | 28 | 1F |
| Octal | 126 | 157 | 60 | 27 | 0 | 71 | 70 | 124 | 50 | 37 |
| Binary | 1010110 | 1101111 | 110000 | 10111 | 0 | 111001 | 111000 | 1010100 | 101000 | 11111 |
Color Harmonies of #566F30
Complementary color
Monochromatic Colors of #566F30
Black with #566F30
Text Example
Text Example
White with #566F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F30; }
p { color: rgb(86,111,48); }
H1.HeaderClassName
{
color: #566F30;
}
.AnyTagClassName
{
color: #566F30;
}
</style>
background-color css
<style>
a { background-color: #566F30; }
a { background-color: rgb(86,111,48); }
div.DivClassName
{
background-color: #566F30;
}
.BgClassName
{
background-color: #566F30;
}
</style>
border-color css
<style>
span { border-color: #566F30; }
span { border-color: rgb(86,111,48); }
td.TdClassName
{
border-color: #566F30;
}
.TagClassName
{
border-color: #566F30;
}
</style>