Shades of Olive #866800
Tints of Olive #866800
RGB
CMYK
RGB Variations
Color information
#866800 (or 0x866800) is known color: Olive. HEX triplet: 86, 68 and 00. RGB value is (134,104,0). Sum of RGB (Red+Green+Blue) = 134+104+0=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #866800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866800 is #7997FF. Grayscale: #656565. Windows color (decimal): -7968768 or 26758. OLE color: 26758.
HSL color Cylindrical-coordinate representation of color #866800: hue angle of 46.57º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #866800 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 104 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.47 |
| HSL | 46.57º | 1% | 0.26% | - |
| HSV(B) | 46.57º | 1% | 0.53% | - |
| XYZ | 14.78 | 14.97 | 2.11 | - |
| YUV | 101.11 | 70.94 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 104 | 0 | 0 | 0.22 | 1 | 0.47 | 46.57 | 1 | 0.26 |
| Hex | 86 | 68 | 0 | 0 | 16 | 64 | 2F | 2F | 64 | 1A |
| Octal | 206 | 150 | 0 | 0 | 26 | 144 | 57 | 57 | 144 | 32 |
| Binary | 10000110 | 1101000 | 0 | 0 | 10110 | 1100100 | 101111 | 101111 | 1100100 | 11010 |
Color Harmonies of #866800
Complementary color
Monochromatic Colors of #866800
Black with #866800
Text Example
Text Example
White with #866800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866800; }
p { color: rgb(134,104,0); }
H1.HeaderClassName
{
color: #866800;
}
.AnyTagClassName
{
color: #866800;
}
</style>
background-color css
<style>
a { background-color: #866800; }
a { background-color: rgb(134,104,0); }
div.DivClassName
{
background-color: #866800;
}
.BgClassName
{
background-color: #866800;
}
</style>
border-color css
<style>
span { border-color: #866800; }
span { border-color: rgb(134,104,0); }
td.TdClassName
{
border-color: #866800;
}
.TagClassName
{
border-color: #866800;
}
</style>