Shades of Dark Olive Green #55682F
Tints of Dark Olive Green #55682F
RGB
CMYK
RGB Variations
Color information
#55682F (or 0x55682F) is known color: Dark Olive Green. HEX triplet: 55, 68 and 2F. RGB value is (85,104,47). Sum of RGB (Red+Green+Blue) = 85+104+47=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #55682F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55682F is #AA97D0. Grayscale: #5C5C5C. Windows color (decimal): -11179985 or 3106901. OLE color: 3106901.
HSL color Cylindrical-coordinate representation of color #55682F: hue angle of 80º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55682F is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 104 | 47 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.59 |
| HSL | 80º | 0.38% | 0.3% | - |
| HSV(B) | 80º | 0.55% | 0.41% | - |
| XYZ | 9.21 | 12.04 | 4.53 | - |
| YUV | 91.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 47 | 0.18 | 0 | 0.55 | 0.59 | 80 | 0.38 | 0.3 |
| Hex | 55 | 68 | 2F | 12 | 0 | 37 | 3B | 50 | 26 | 1E |
| Octal | 125 | 150 | 57 | 22 | 0 | 67 | 73 | 120 | 46 | 36 |
| Binary | 1010101 | 1101000 | 101111 | 10010 | 0 | 110111 | 111011 | 1010000 | 100110 | 11110 |
Color Harmonies of #55682F
Complementary color
Monochromatic Colors of #55682F
Black with #55682F
Text Example
Text Example
White with #55682F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55682F; }
p { color: rgb(85,104,47); }
H1.HeaderClassName
{
color: #55682F;
}
.AnyTagClassName
{
color: #55682F;
}
</style>
background-color css
<style>
a { background-color: #55682F; }
a { background-color: rgb(85,104,47); }
div.DivClassName
{
background-color: #55682F;
}
.BgClassName
{
background-color: #55682F;
}
</style>
border-color css
<style>
span { border-color: #55682F; }
span { border-color: rgb(85,104,47); }
td.TdClassName
{
border-color: #55682F;
}
.TagClassName
{
border-color: #55682F;
}
</style>