Shades of Dark Olive Green #55672C
Tints of Dark Olive Green #55672C
RGB
CMYK
RGB Variations
Color information
#55672C (or 0x55672C) is known color: Dark Olive Green. HEX triplet: 55, 67 and 2C. RGB value is (85,103,44). Sum of RGB (Red+Green+Blue) = 85+103+44=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 103 - color contains mainly: green. Hex color #55672C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55672C is #AA98D3. Grayscale: #5B5B5B. Windows color (decimal): -11180244 or 2910037. OLE color: 2910037.
HSL color Cylindrical-coordinate representation of color #55672C: hue angle of 78.31º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55672C is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 103 | 44 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.60 |
| HSL | 78.31º | 0.4% | 0.29% | - |
| HSV(B) | 78.31º | 0.57% | 0.4% | - |
| XYZ | 9.05 | 11.81 | 4.19 | - |
| YUV | 90.89 | 101.54 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 103 | 44 | 0.17 | 0 | 0.57 | 0.60 | 78.31 | 0.4 | 0.29 |
| Hex | 55 | 67 | 2C | 11 | 0 | 39 | 3C | 4E | 28 | 1D |
| Octal | 125 | 147 | 54 | 21 | 0 | 71 | 74 | 116 | 50 | 35 |
| Binary | 1010101 | 1100111 | 101100 | 10001 | 0 | 111001 | 111100 | 1001110 | 101000 | 11101 |
Color Harmonies of #55672C
Complementary color
Monochromatic Colors of #55672C
Black with #55672C
Text Example
Text Example
White with #55672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55672C; }
p { color: rgb(85,103,44); }
H1.HeaderClassName
{
color: #55672C;
}
.AnyTagClassName
{
color: #55672C;
}
</style>
background-color css
<style>
a { background-color: #55672C; }
a { background-color: rgb(85,103,44); }
div.DivClassName
{
background-color: #55672C;
}
.BgClassName
{
background-color: #55672C;
}
</style>
border-color css
<style>
span { border-color: #55672C; }
span { border-color: rgb(85,103,44); }
td.TdClassName
{
border-color: #55672C;
}
.TagClassName
{
border-color: #55672C;
}
</style>