Shades of Dark Olive Green #55672D
Tints of Dark Olive Green #55672D
RGB
CMYK
RGB Variations
Color information
#55672D (or 0x55672D) is known color: Dark Olive Green. HEX triplet: 55, 67 and 2D. RGB value is (85,103,45). Sum of RGB (Red+Green+Blue) = 85+103+45=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 103 - color contains mainly: green. Hex color #55672D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55672D is #AA98D2. Grayscale: #5B5B5B. Windows color (decimal): -11180243 or 2975573. OLE color: 2975573.
HSL color Cylindrical-coordinate representation of color #55672D: hue angle of 78.62º 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 #55672D is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 103 | 45 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.60 |
| HSL | 78.62º | 0.39% | 0.29% | - |
| HSV(B) | 78.62º | 0.56% | 0.4% | - |
| XYZ | 9.07 | 11.82 | 4.29 | - |
| YUV | 91.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 103 | 45 | 0.17 | 0 | 0.56 | 0.60 | 78.62 | 0.39 | 0.29 |
| Hex | 55 | 67 | 2D | 11 | 0 | 38 | 3C | 4F | 27 | 1D |
| Octal | 125 | 147 | 55 | 21 | 0 | 70 | 74 | 117 | 47 | 35 |
| Binary | 1010101 | 1100111 | 101101 | 10001 | 0 | 111000 | 111100 | 1001111 | 100111 | 11101 |
Color Harmonies of #55672D
Complementary color
Monochromatic Colors of #55672D
Black with #55672D
Text Example
Text Example
White with #55672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55672D; }
p { color: rgb(85,103,45); }
H1.HeaderClassName
{
color: #55672D;
}
.AnyTagClassName
{
color: #55672D;
}
</style>
background-color css
<style>
a { background-color: #55672D; }
a { background-color: rgb(85,103,45); }
div.DivClassName
{
background-color: #55672D;
}
.BgClassName
{
background-color: #55672D;
}
</style>
border-color css
<style>
span { border-color: #55672D; }
span { border-color: rgb(85,103,45); }
td.TdClassName
{
border-color: #55672D;
}
.TagClassName
{
border-color: #55672D;
}
</style>