Shades of Olive #867803
Tints of Olive #867803
RGB
CMYK
RGB Variations
Color information
#867803 (or 0x867803) is known color: Olive. HEX triplet: 86, 78 and 03. RGB value is (134,120,3). Sum of RGB (Red+Green+Blue) = 134+120+3=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #867803 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867803 is #7987FC. Grayscale: #6F6F6F. Windows color (decimal): -7964669 or 227462. OLE color: 227462.
HSL color Cylindrical-coordinate representation of color #867803: hue angle of 53.59º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #867803 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 120 | 3 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.47 |
| HSL | 53.59º | 0.96% | 0.27% | - |
| HSV(B) | 53.59º | 0.98% | 0.53% | - |
| XYZ | 16.56 | 18.51 | 2.79 | - |
| YUV | 110.85 | 67.14 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 3 | 0 | 0.10 | 0.98 | 0.47 | 53.59 | 0.96 | 0.27 |
| Hex | 86 | 78 | 3 | 0 | A | 62 | 2F | 36 | 60 | 1B |
| Octal | 206 | 170 | 3 | 0 | 12 | 142 | 57 | 66 | 140 | 33 |
| Binary | 10000110 | 1111000 | 11 | 0 | 1010 | 1100010 | 101111 | 110110 | 1100000 | 11011 |
Color Harmonies of #867803
Complementary color
Monochromatic Colors of #867803
Black with #867803
Text Example
Text Example
White with #867803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867803; }
p { color: rgb(134,120,3); }
H1.HeaderClassName
{
color: #867803;
}
.AnyTagClassName
{
color: #867803;
}
</style>
background-color css
<style>
a { background-color: #867803; }
a { background-color: rgb(134,120,3); }
div.DivClassName
{
background-color: #867803;
}
.BgClassName
{
background-color: #867803;
}
</style>
border-color css
<style>
span { border-color: #867803; }
span { border-color: rgb(134,120,3); }
td.TdClassName
{
border-color: #867803;
}
.TagClassName
{
border-color: #867803;
}
</style>