Shades of Olive Drab #55800C
Tints of Olive Drab #55800C
RGB
CMYK
RGB Variations
Color information
#55800C (or 0x55800C) is known color: Olive Drab. HEX triplet: 55, 80 and 0C. RGB value is (85,128,12). Sum of RGB (Red+Green+Blue) = 85+128+12=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #55800C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55800C is #AA7FF3. Grayscale: #666666. Windows color (decimal): -11173876 or 819285. OLE color: 819285.
HSL color Cylindrical-coordinate representation of color #55800C: hue angle of 82.24º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55800C is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 128 | 12 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.50 |
| HSL | 82.24º | 0.83% | 0.27% | - |
| HSV(B) | 82.24º | 0.91% | 0.5% | - |
| XYZ | 11.53 | 17.4 | 3.1 | - |
| YUV | 101.92 | 77.25 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 128 | 12 | 0.34 | 0 | 0.91 | 0.50 | 82.24 | 0.83 | 0.27 |
| Hex | 55 | 80 | C | 22 | 0 | 5B | 32 | 52 | 53 | 1B |
| Octal | 125 | 200 | 14 | 42 | 0 | 133 | 62 | 122 | 123 | 33 |
| Binary | 1010101 | 10000000 | 1100 | 100010 | 0 | 1011011 | 110010 | 1010010 | 1010011 | 11011 |
Color Harmonies of #55800C
Complementary color
Monochromatic Colors of #55800C
Black with #55800C
Text Example
Text Example
White with #55800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55800C; }
p { color: rgb(85,128,12); }
H1.HeaderClassName
{
color: #55800C;
}
.AnyTagClassName
{
color: #55800C;
}
</style>
background-color css
<style>
a { background-color: #55800C; }
a { background-color: rgb(85,128,12); }
div.DivClassName
{
background-color: #55800C;
}
.BgClassName
{
background-color: #55800C;
}
</style>
border-color css
<style>
span { border-color: #55800C; }
span { border-color: rgb(85,128,12); }
td.TdClassName
{
border-color: #55800C;
}
.TagClassName
{
border-color: #55800C;
}
</style>