Shades of Dark Olive Green #55672F
Tints of Dark Olive Green #55672F
RGB
CMYK
RGB Variations
Color information
#55672F (or 0x55672F) is known color: Dark Olive Green. HEX triplet: 55, 67 and 2F. RGB value is (85,103,47). Sum of RGB (Red+Green+Blue) = 85+103+47=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 103 - color contains mainly: green. Hex color #55672F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55672F is #AA98D0. Grayscale: #5B5B5B. Windows color (decimal): -11180241 or 3106645. OLE color: 3106645.
HSL color Cylindrical-coordinate representation of color #55672F: hue angle of 79.29º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55672F is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 103 | 47 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.60 |
| HSL | 79.29º | 0.37% | 0.29% | - |
| HSV(B) | 79.29º | 0.54% | 0.4% | - |
| XYZ | 9.11 | 11.84 | 4.49 | - |
| YUV | 91.23 | 103.04 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 103 | 47 | 0.17 | 0 | 0.54 | 0.60 | 79.29 | 0.37 | 0.29 |
| Hex | 55 | 67 | 2F | 11 | 0 | 36 | 3C | 4F | 25 | 1D |
| Octal | 125 | 147 | 57 | 21 | 0 | 66 | 74 | 117 | 45 | 35 |
| Binary | 1010101 | 1100111 | 101111 | 10001 | 0 | 110110 | 111100 | 1001111 | 100101 | 11101 |
Color Harmonies of #55672F
Complementary color
Monochromatic Colors of #55672F
Black with #55672F
Text Example
Text Example
White with #55672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55672F; }
p { color: rgb(85,103,47); }
H1.HeaderClassName
{
color: #55672F;
}
.AnyTagClassName
{
color: #55672F;
}
</style>
background-color css
<style>
a { background-color: #55672F; }
a { background-color: rgb(85,103,47); }
div.DivClassName
{
background-color: #55672F;
}
.BgClassName
{
background-color: #55672F;
}
</style>
border-color css
<style>
span { border-color: #55672F; }
span { border-color: rgb(85,103,47); }
td.TdClassName
{
border-color: #55672F;
}
.TagClassName
{
border-color: #55672F;
}
</style>