Shades of Dark Olive Green #566925
Tints of Dark Olive Green #566925
RGB
CMYK
RGB Variations
Color information
#566925 (or 0x566925) is known color: Dark Olive Green. HEX triplet: 56, 69 and 25. RGB value is (86,105,37). Sum of RGB (Red+Green+Blue) = 86+105+37=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 105 - color contains mainly: green. Hex color #566925 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566925 is #A996DA. Grayscale: #5B5B5B. Windows color (decimal): -11114203 or 2451798. OLE color: 2451798.
HSL color Cylindrical-coordinate representation of color #566925: hue angle of 76.76º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #566925 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 105 | 37 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.59 |
| HSL | 76.76º | 0.48% | 0.28% | - |
| HSV(B) | 76.76º | 0.65% | 0.41% | - |
| XYZ | 9.22 | 12.22 | 3.62 | - |
| YUV | 91.57 | 97.21 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 105 | 37 | 0.18 | 0 | 0.65 | 0.59 | 76.76 | 0.48 | 0.28 |
| Hex | 56 | 69 | 25 | 12 | 0 | 41 | 3B | 4D | 30 | 1C |
| Octal | 126 | 151 | 45 | 22 | 0 | 101 | 73 | 115 | 60 | 34 |
| Binary | 1010110 | 1101001 | 100101 | 10010 | 0 | 1000001 | 111011 | 1001101 | 110000 | 11100 |
Color Harmonies of #566925
Complementary color
Monochromatic Colors of #566925
Black with #566925
Text Example
Text Example
White with #566925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566925; }
p { color: rgb(86,105,37); }
H1.HeaderClassName
{
color: #566925;
}
.AnyTagClassName
{
color: #566925;
}
</style>
background-color css
<style>
a { background-color: #566925; }
a { background-color: rgb(86,105,37); }
div.DivClassName
{
background-color: #566925;
}
.BgClassName
{
background-color: #566925;
}
</style>
border-color css
<style>
span { border-color: #566925; }
span { border-color: rgb(86,105,37); }
td.TdClassName
{
border-color: #566925;
}
.TagClassName
{
border-color: #566925;
}
</style>