Shades of Olive Drab #55820C
Tints of Olive Drab #55820C
RGB
CMYK
RGB Variations
Color information
#55820C (or 0x55820C) is known color: Olive Drab. HEX triplet: 55, 82 and 0C. RGB value is (85,130,12). Sum of RGB (Red+Green+Blue) = 85+130+12=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #55820C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55820C is #AA7DF3. Grayscale: #676767. Windows color (decimal): -11173364 or 819797. OLE color: 819797.
HSL color Cylindrical-coordinate representation of color #55820C: hue angle of 82.88º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55820C is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 130 | 12 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.49 |
| HSL | 82.88º | 0.83% | 0.28% | - |
| HSV(B) | 82.88º | 0.91% | 0.51% | - |
| XYZ | 11.8 | 17.92 | 3.19 | - |
| YUV | 103.09 | 76.59 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 130 | 12 | 0.35 | 0 | 0.91 | 0.49 | 82.88 | 0.83 | 0.28 |
| Hex | 55 | 82 | C | 23 | 0 | 5B | 31 | 53 | 53 | 1C |
| Octal | 125 | 202 | 14 | 43 | 0 | 133 | 61 | 123 | 123 | 34 |
| Binary | 1010101 | 10000010 | 1100 | 100011 | 0 | 1011011 | 110001 | 1010011 | 1010011 | 11100 |
Color Harmonies of #55820C
Complementary color
Monochromatic Colors of #55820C
Black with #55820C
Text Example
Text Example
White with #55820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55820C; }
p { color: rgb(85,130,12); }
H1.HeaderClassName
{
color: #55820C;
}
.AnyTagClassName
{
color: #55820C;
}
</style>
background-color css
<style>
a { background-color: #55820C; }
a { background-color: rgb(85,130,12); }
div.DivClassName
{
background-color: #55820C;
}
.BgClassName
{
background-color: #55820C;
}
</style>
border-color css
<style>
span { border-color: #55820C; }
span { border-color: rgb(85,130,12); }
td.TdClassName
{
border-color: #55820C;
}
.TagClassName
{
border-color: #55820C;
}
</style>