Shades of Olive #80850C
Tints of Olive #80850C
RGB
CMYK
RGB Variations
Color information
#80850C (or 0x80850C) is known color: Olive. HEX triplet: 80, 85 and 0C. RGB value is (128,133,12). Sum of RGB (Red+Green+Blue) = 128+133+12=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #80850C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80850C is #7F7AF3. Grayscale: #767676. Windows color (decimal): -8354548 or 820608. OLE color: 820608.
HSL color Cylindrical-coordinate representation of color #80850C: hue angle of 62.48º 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 #80850C is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 133 | 12 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.48 |
| HSL | 62.48º | 0.83% | 0.28% | - |
| HSV(B) | 62.48º | 0.91% | 0.52% | - |
| XYZ | 17.36 | 21.39 | 3.56 | - |
| YUV | 117.71 | 68.34 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 12 | 0.04 | 0 | 0.91 | 0.48 | 62.48 | 0.83 | 0.28 |
| Hex | 80 | 85 | C | 4 | 0 | 5B | 30 | 3E | 53 | 1C |
| Octal | 200 | 205 | 14 | 4 | 0 | 133 | 60 | 76 | 123 | 34 |
| Binary | 10000000 | 10000101 | 1100 | 100 | 0 | 1011011 | 110000 | 111110 | 1010011 | 11100 |
Color Harmonies of #80850C
Complementary color
Monochromatic Colors of #80850C
Black with #80850C
Text Example
Text Example
White with #80850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80850C; }
p { color: rgb(128,133,12); }
H1.HeaderClassName
{
color: #80850C;
}
.AnyTagClassName
{
color: #80850C;
}
</style>
background-color css
<style>
a { background-color: #80850C; }
a { background-color: rgb(128,133,12); }
div.DivClassName
{
background-color: #80850C;
}
.BgClassName
{
background-color: #80850C;
}
</style>
border-color css
<style>
span { border-color: #80850C; }
span { border-color: rgb(128,133,12); }
td.TdClassName
{
border-color: #80850C;
}
.TagClassName
{
border-color: #80850C;
}
</style>