Shades of Dark Olive Green #55672B
Tints of Dark Olive Green #55672B
RGB
CMYK
RGB Variations
Color information
#55672B (or 0x55672B) is known color: Dark Olive Green. HEX triplet: 55, 67 and 2B. RGB value is (85,103,43). Sum of RGB (Red+Green+Blue) = 85+103+43=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 103 - color contains mainly: green. Hex color #55672B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55672B is #AA98D4. Grayscale: #5B5B5B. Windows color (decimal): -11180245 or 2844501. OLE color: 2844501.
HSL color Cylindrical-coordinate representation of color #55672B: hue angle of 78º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55672B is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 103 | 43 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.60 |
| HSL | 78º | 0.41% | 0.29% | - |
| HSV(B) | 78º | 0.58% | 0.4% | - |
| XYZ | 9.03 | 11.81 | 4.09 | - |
| YUV | 90.78 | 101.04 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 103 | 43 | 0.17 | 0 | 0.58 | 0.60 | 78 | 0.41 | 0.29 |
| Hex | 55 | 67 | 2B | 11 | 0 | 3A | 3C | 4E | 29 | 1D |
| Octal | 125 | 147 | 53 | 21 | 0 | 72 | 74 | 116 | 51 | 35 |
| Binary | 1010101 | 1100111 | 101011 | 10001 | 0 | 111010 | 111100 | 1001110 | 101001 | 11101 |
Color Harmonies of #55672B
Complementary color
Monochromatic Colors of #55672B
Black with #55672B
Text Example
Text Example
White with #55672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55672B; }
p { color: rgb(85,103,43); }
H1.HeaderClassName
{
color: #55672B;
}
.AnyTagClassName
{
color: #55672B;
}
</style>
background-color css
<style>
a { background-color: #55672B; }
a { background-color: rgb(85,103,43); }
div.DivClassName
{
background-color: #55672B;
}
.BgClassName
{
background-color: #55672B;
}
</style>
border-color css
<style>
span { border-color: #55672B; }
span { border-color: rgb(85,103,43); }
td.TdClassName
{
border-color: #55672B;
}
.TagClassName
{
border-color: #55672B;
}
</style>