Shades of Olive Drab #55820A
Tints of Olive Drab #55820A
RGB
CMYK
RGB Variations
Color information
#55820A (or 0x55820A) is known color: Olive Drab. HEX triplet: 55, 82 and 0A. RGB value is (85,130,10). Sum of RGB (Red+Green+Blue) = 85+130+10=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #55820A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55820A is #AA7DF5. Grayscale: #676767. Windows color (decimal): -11173366 or 688725. OLE color: 688725.
HSL color Cylindrical-coordinate representation of color #55820A: hue angle of 82.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55820A is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 130 | 10 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.49 |
| HSL | 82.5º | 0.86% | 0.27% | - |
| HSV(B) | 82.5º | 0.92% | 0.51% | - |
| XYZ | 11.78 | 17.92 | 3.12 | - |
| YUV | 102.87 | 75.59 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 130 | 10 | 0.35 | 0 | 0.92 | 0.49 | 82.5 | 0.86 | 0.27 |
| Hex | 55 | 82 | A | 23 | 0 | 5C | 31 | 52 | 56 | 1B |
| Octal | 125 | 202 | 12 | 43 | 0 | 134 | 61 | 122 | 126 | 33 |
| Binary | 1010101 | 10000010 | 1010 | 100011 | 0 | 1011100 | 110001 | 1010010 | 1010110 | 11011 |
Color Harmonies of #55820A
Complementary color
Monochromatic Colors of #55820A
Black with #55820A
Text Example
Text Example
White with #55820A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55820A; }
p { color: rgb(85,130,10); }
H1.HeaderClassName
{
color: #55820A;
}
.AnyTagClassName
{
color: #55820A;
}
</style>
background-color css
<style>
a { background-color: #55820A; }
a { background-color: rgb(85,130,10); }
div.DivClassName
{
background-color: #55820A;
}
.BgClassName
{
background-color: #55820A;
}
</style>
border-color css
<style>
span { border-color: #55820A; }
span { border-color: rgb(85,130,10); }
td.TdClassName
{
border-color: #55820A;
}
.TagClassName
{
border-color: #55820A;
}
</style>