Shades of Dark Olive Green #55692C
Tints of Dark Olive Green #55692C
RGB
CMYK
RGB Variations
Color information
#55692C (or 0x55692C) is known color: Dark Olive Green. HEX triplet: 55, 69 and 2C. RGB value is (85,105,44). Sum of RGB (Red+Green+Blue) = 85+105+44=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 105 - color contains mainly: green. Hex color #55692C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55692C is #AA96D3. Grayscale: #5C5C5C. Windows color (decimal): -11179732 or 2910549. OLE color: 2910549.
HSL color Cylindrical-coordinate representation of color #55692C: hue angle of 79.67º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55692C is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 105 | 44 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.59 |
| HSL | 79.67º | 0.41% | 0.29% | - |
| HSV(B) | 79.67º | 0.58% | 0.41% | - |
| XYZ | 9.25 | 12.22 | 4.25 | - |
| YUV | 92.07 | 100.87 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 44 | 0.19 | 0 | 0.58 | 0.59 | 79.67 | 0.41 | 0.29 |
| Hex | 55 | 69 | 2C | 13 | 0 | 3A | 3B | 50 | 29 | 1D |
| Octal | 125 | 151 | 54 | 23 | 0 | 72 | 73 | 120 | 51 | 35 |
| Binary | 1010101 | 1101001 | 101100 | 10011 | 0 | 111010 | 111011 | 1010000 | 101001 | 11101 |
Color Harmonies of #55692C
Complementary color
Monochromatic Colors of #55692C
Black with #55692C
Text Example
Text Example
White with #55692C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55692C; }
p { color: rgb(85,105,44); }
H1.HeaderClassName
{
color: #55692C;
}
.AnyTagClassName
{
color: #55692C;
}
</style>
background-color css
<style>
a { background-color: #55692C; }
a { background-color: rgb(85,105,44); }
div.DivClassName
{
background-color: #55692C;
}
.BgClassName
{
background-color: #55692C;
}
</style>
border-color css
<style>
span { border-color: #55692C; }
span { border-color: rgb(85,105,44); }
td.TdClassName
{
border-color: #55692C;
}
.TagClassName
{
border-color: #55692C;
}
</style>