Shades of Dark Olive Green #55682A
Tints of Dark Olive Green #55682A
RGB
CMYK
RGB Variations
Color information
#55682A (or 0x55682A) is known color: Dark Olive Green. HEX triplet: 55, 68 and 2A. RGB value is (85,104,42). Sum of RGB (Red+Green+Blue) = 85+104+42=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 104 - color contains mainly: green. Hex color #55682A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55682A is #AA97D5. Grayscale: #5B5B5B. Windows color (decimal): -11179990 or 2779221. OLE color: 2779221.
HSL color Cylindrical-coordinate representation of color #55682A: hue angle of 78.39º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55682A is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 104 | 42 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.59 |
| HSL | 78.39º | 0.42% | 0.29% | - |
| HSV(B) | 78.39º | 0.6% | 0.41% | - |
| XYZ | 9.11 | 12 | 4.03 | - |
| YUV | 91.25 | 100.21 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 42 | 0.18 | 0 | 0.60 | 0.59 | 78.39 | 0.42 | 0.29 |
| Hex | 55 | 68 | 2A | 12 | 0 | 3C | 3B | 4E | 2A | 1D |
| Octal | 125 | 150 | 52 | 22 | 0 | 74 | 73 | 116 | 52 | 35 |
| Binary | 1010101 | 1101000 | 101010 | 10010 | 0 | 111100 | 111011 | 1001110 | 101010 | 11101 |
Color Harmonies of #55682A
Complementary color
Monochromatic Colors of #55682A
Black with #55682A
Text Example
Text Example
White with #55682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55682A; }
p { color: rgb(85,104,42); }
H1.HeaderClassName
{
color: #55682A;
}
.AnyTagClassName
{
color: #55682A;
}
</style>
background-color css
<style>
a { background-color: #55682A; }
a { background-color: rgb(85,104,42); }
div.DivClassName
{
background-color: #55682A;
}
.BgClassName
{
background-color: #55682A;
}
</style>
border-color css
<style>
span { border-color: #55682A; }
span { border-color: rgb(85,104,42); }
td.TdClassName
{
border-color: #55682A;
}
.TagClassName
{
border-color: #55682A;
}
</style>