Shades of Dark Olive Green #55662D
Tints of Dark Olive Green #55662D
RGB
CMYK
RGB Variations
Color information
#55662D (or 0x55662D) is known color: Dark Olive Green. HEX triplet: 55, 66 and 2D. RGB value is (85,102,45). Sum of RGB (Red+Green+Blue) = 85+102+45=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 102 - color contains mainly: green. Hex color #55662D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55662D is #AA99D2. Grayscale: #5A5A5A. Windows color (decimal): -11180499 or 2975317. OLE color: 2975317.
HSL color Cylindrical-coordinate representation of color #55662D: hue angle of 77.89º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55662D is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 85 | 102 | 45 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.6 |
| HSL | 77.89º | 0.39% | 0.29% | - |
| HSV(B) | 77.89º | 0.56% | 0.4% | - |
| XYZ | 8.97 | 11.62 | 4.25 | - |
| YUV | 90.42 | 102.37 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 45 | 0.17 | 0 | 0.56 | 0.6 | 77.89 | 0.39 | 0.29 |
| Hex | 55 | 66 | 2D | 11 | 0 | 38 | 3C | 4E | 27 | 1D |
| Octal | 125 | 146 | 55 | 21 | 0 | 70 | 74 | 116 | 47 | 35 |
| Binary | 1010101 | 1100110 | 101101 | 10001 | 0 | 111000 | 111100 | 1001110 | 100111 | 11101 |
Color Harmonies of #55662D
Complementary color
Monochromatic Colors of #55662D
Black with #55662D
Text Example
Text Example
White with #55662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55662D; }
p { color: rgb(85,102,45); }
H1.HeaderClassName
{
color: #55662D;
}
.AnyTagClassName
{
color: #55662D;
}
</style>
background-color css
<style>
a { background-color: #55662D; }
a { background-color: rgb(85,102,45); }
div.DivClassName
{
background-color: #55662D;
}
.BgClassName
{
background-color: #55662D;
}
</style>
border-color css
<style>
span { border-color: #55662D; }
span { border-color: rgb(85,102,45); }
td.TdClassName
{
border-color: #55662D;
}
.TagClassName
{
border-color: #55662D;
}
</style>