Shades of Olive #85800C
Tints of Olive #85800C
RGB
CMYK
RGB Variations
Color information
#85800C (or 0x85800C) is known color: Olive. HEX triplet: 85, 80 and 0C. RGB value is (133,128,12). Sum of RGB (Red+Green+Blue) = 133+128+12=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #85800C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85800C is #7A7FF3. Grayscale: #747474. Windows color (decimal): -8028148 or 819333. OLE color: 819333.
HSL color Cylindrical-coordinate representation of color #85800C: hue angle of 57.52º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85800C is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 12 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.48 |
| HSL | 57.52º | 0.83% | 0.28% | - |
| HSV(B) | 57.52º | 0.91% | 0.52% | - |
| XYZ | 17.46 | 20.45 | 3.38 | - |
| YUV | 116.27 | 69.16 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 12 | 0 | 0.04 | 0.91 | 0.48 | 57.52 | 0.83 | 0.28 |
| Hex | 85 | 80 | C | 0 | 4 | 5B | 30 | 3A | 53 | 1C |
| Octal | 205 | 200 | 14 | 0 | 4 | 133 | 60 | 72 | 123 | 34 |
| Binary | 10000101 | 10000000 | 1100 | 0 | 100 | 1011011 | 110000 | 111010 | 1010011 | 11100 |
Color Harmonies of #85800C
Complementary color
Monochromatic Colors of #85800C
Black with #85800C
Text Example
Text Example
White with #85800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85800C; }
p { color: rgb(133,128,12); }
H1.HeaderClassName
{
color: #85800C;
}
.AnyTagClassName
{
color: #85800C;
}
</style>
background-color css
<style>
a { background-color: #85800C; }
a { background-color: rgb(133,128,12); }
div.DivClassName
{
background-color: #85800C;
}
.BgClassName
{
background-color: #85800C;
}
</style>
border-color css
<style>
span { border-color: #85800C; }
span { border-color: rgb(133,128,12); }
td.TdClassName
{
border-color: #85800C;
}
.TagClassName
{
border-color: #85800C;
}
</style>