Shades of Dark Olive Green #55691F
Tints of Dark Olive Green #55691F
RGB
CMYK
RGB Variations
Color information
#55691F (or 0x55691F) is known color: Dark Olive Green. HEX triplet: 55, 69 and 1F. RGB value is (85,105,31). Sum of RGB (Red+Green+Blue) = 85+105+31=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 105 - color contains mainly: green. Hex color #55691F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55691F is #AA96E0. Grayscale: #5A5A5A. Windows color (decimal): -11179745 or 2058581. OLE color: 2058581.
HSL color Cylindrical-coordinate representation of color #55691F: hue angle of 76.22º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55691F is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 105 | 31 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.59 |
| HSL | 76.22º | 0.54% | 0.27% | - |
| HSV(B) | 76.22º | 0.7% | 0.41% | - |
| XYZ | 9.05 | 12.13 | 3.16 | - |
| YUV | 90.58 | 94.37 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 31 | 0.19 | 0 | 0.70 | 0.59 | 76.22 | 0.54 | 0.27 |
| Hex | 55 | 69 | 1F | 13 | 0 | 46 | 3B | 4C | 36 | 1B |
| Octal | 125 | 151 | 37 | 23 | 0 | 106 | 73 | 114 | 66 | 33 |
| Binary | 1010101 | 1101001 | 11111 | 10011 | 0 | 1000110 | 111011 | 1001100 | 110110 | 11011 |
Color Harmonies of #55691F
Complementary color
Monochromatic Colors of #55691F
Black with #55691F
Text Example
Text Example
White with #55691F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55691F; }
p { color: rgb(85,105,31); }
H1.HeaderClassName
{
color: #55691F;
}
.AnyTagClassName
{
color: #55691F;
}
</style>
background-color css
<style>
a { background-color: #55691F; }
a { background-color: rgb(85,105,31); }
div.DivClassName
{
background-color: #55691F;
}
.BgClassName
{
background-color: #55691F;
}
</style>
border-color css
<style>
span { border-color: #55691F; }
span { border-color: rgb(85,105,31); }
td.TdClassName
{
border-color: #55691F;
}
.TagClassName
{
border-color: #55691F;
}
</style>