Shades of Olive #86880C
Tints of Olive #86880C
RGB
CMYK
RGB Variations
Color information
#86880C (or 0x86880C) is known color: Olive. HEX triplet: 86, 88 and 0C. RGB value is (134,136,12). Sum of RGB (Red+Green+Blue) = 134+136+12=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 136 - color contains mainly: green. Hex color #86880C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86880C is #7977F3. Grayscale: #797979. Windows color (decimal): -7960564 or 821382. OLE color: 821382.
HSL color Cylindrical-coordinate representation of color #86880C: hue angle of 60.97º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86880C is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 136 | 12 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.47 |
| HSL | 60.97º | 0.84% | 0.29% | - |
| HSV(B) | 60.97º | 0.91% | 0.53% | - |
| XYZ | 18.7 | 22.7 | 3.74 | - |
| YUV | 121.27 | 66.34 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 12 | 0.01 | 0 | 0.91 | 0.47 | 60.97 | 0.84 | 0.29 |
| Hex | 86 | 88 | C | 1 | 0 | 5B | 2F | 3D | 54 | 1D |
| Octal | 206 | 210 | 14 | 1 | 0 | 133 | 57 | 75 | 124 | 35 |
| Binary | 10000110 | 10001000 | 1100 | 1 | 0 | 1011011 | 101111 | 111101 | 1010100 | 11101 |
Color Harmonies of #86880C
Complementary color
Monochromatic Colors of #86880C
Black with #86880C
Text Example
Text Example
White with #86880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86880C; }
p { color: rgb(134,136,12); }
H1.HeaderClassName
{
color: #86880C;
}
.AnyTagClassName
{
color: #86880C;
}
</style>
background-color css
<style>
a { background-color: #86880C; }
a { background-color: rgb(134,136,12); }
div.DivClassName
{
background-color: #86880C;
}
.BgClassName
{
background-color: #86880C;
}
</style>
border-color css
<style>
span { border-color: #86880C; }
span { border-color: rgb(134,136,12); }
td.TdClassName
{
border-color: #86880C;
}
.TagClassName
{
border-color: #86880C;
}
</style>