Shades of Olive #80860F
Tints of Olive #80860F
RGB
CMYK
RGB Variations
Color information
#80860F (or 0x80860F) is known color: Olive. HEX triplet: 80, 86 and 0F. RGB value is (128,134,15). Sum of RGB (Red+Green+Blue) = 128+134+15=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 134 - color contains mainly: green. Hex color #80860F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80860F is #7F79F0. Grayscale: #777777. Windows color (decimal): -8354289 or 1017472. OLE color: 1017472.
HSL color Cylindrical-coordinate representation of color #80860F: hue angle of 63.03º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80860F is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 134 | 15 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.47 |
| HSL | 63.03º | 0.8% | 0.29% | - |
| HSV(B) | 63.03º | 0.89% | 0.53% | - |
| XYZ | 17.51 | 21.67 | 3.71 | - |
| YUV | 118.64 | 69.51 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 15 | 0.04 | 0 | 0.89 | 0.47 | 63.03 | 0.8 | 0.29 |
| Hex | 80 | 86 | F | 4 | 0 | 59 | 2F | 3F | 50 | 1D |
| Octal | 200 | 206 | 17 | 4 | 0 | 131 | 57 | 77 | 120 | 35 |
| Binary | 10000000 | 10000110 | 1111 | 100 | 0 | 1011001 | 101111 | 111111 | 1010000 | 11101 |
Color Harmonies of #80860F
Complementary color
Monochromatic Colors of #80860F
Black with #80860F
Text Example
Text Example
White with #80860F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80860F; }
p { color: rgb(128,134,15); }
H1.HeaderClassName
{
color: #80860F;
}
.AnyTagClassName
{
color: #80860F;
}
</style>
background-color css
<style>
a { background-color: #80860F; }
a { background-color: rgb(128,134,15); }
div.DivClassName
{
background-color: #80860F;
}
.BgClassName
{
background-color: #80860F;
}
</style>
border-color css
<style>
span { border-color: #80860F; }
span { border-color: rgb(128,134,15); }
td.TdClassName
{
border-color: #80860F;
}
.TagClassName
{
border-color: #80860F;
}
</style>