Shades of Dark Olive Green #55662F
Tints of Dark Olive Green #55662F
RGB
CMYK
RGB Variations
Color information
#55662F (or 0x55662F) is known color: Dark Olive Green. HEX triplet: 55, 66 and 2F. RGB value is (85,102,47). Sum of RGB (Red+Green+Blue) = 85+102+47=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 102 - color contains mainly: green. Hex color #55662F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55662F is #AA99D0. Grayscale: #5A5A5A. Windows color (decimal): -11180497 or 3106389. OLE color: 3106389.
HSL color Cylindrical-coordinate representation of color #55662F: hue angle of 78.55º 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 #55662F is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 85 | 102 | 47 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.6 |
| HSL | 78.55º | 0.37% | 0.29% | - |
| HSV(B) | 78.55º | 0.54% | 0.4% | - |
| XYZ | 9.01 | 11.64 | 4.46 | - |
| YUV | 90.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 47 | 0.17 | 0 | 0.54 | 0.6 | 78.55 | 0.37 | 0.29 |
| Hex | 55 | 66 | 2F | 11 | 0 | 36 | 3C | 4F | 25 | 1D |
| Octal | 125 | 146 | 57 | 21 | 0 | 66 | 74 | 117 | 45 | 35 |
| Binary | 1010101 | 1100110 | 101111 | 10001 | 0 | 110110 | 111100 | 1001111 | 100101 | 11101 |
Color Harmonies of #55662F
Complementary color
Monochromatic Colors of #55662F
Black with #55662F
Text Example
Text Example
White with #55662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55662F; }
p { color: rgb(85,102,47); }
H1.HeaderClassName
{
color: #55662F;
}
.AnyTagClassName
{
color: #55662F;
}
</style>
background-color css
<style>
a { background-color: #55662F; }
a { background-color: rgb(85,102,47); }
div.DivClassName
{
background-color: #55662F;
}
.BgClassName
{
background-color: #55662F;
}
</style>
border-color css
<style>
span { border-color: #55662F; }
span { border-color: rgb(85,102,47); }
td.TdClassName
{
border-color: #55662F;
}
.TagClassName
{
border-color: #55662F;
}
</style>