Shades of Olive #866D00
Tints of Olive #866D00
RGB
CMYK
RGB Variations
Color information
#866D00 (or 0x866D00) is known color: Olive. HEX triplet: 86, 6D and 00. RGB value is (134,109,0). Sum of RGB (Red+Green+Blue) = 134+109+0=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #866D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866D00 is #7992FF. Grayscale: #686868. Windows color (decimal): -7967488 or 28038. OLE color: 28038.
HSL color Cylindrical-coordinate representation of color #866D00: hue angle of 48.81º 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 #866D00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 109 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.47 |
| HSL | 48.81º | 1% | 0.26% | - |
| HSV(B) | 48.81º | 1% | 0.53% | - |
| XYZ | 15.3 | 16.01 | 2.28 | - |
| YUV | 104.05 | 69.28 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 0 | 0 | 0.19 | 1 | 0.47 | 48.81 | 1 | 0.26 |
| Hex | 86 | 6D | 0 | 0 | 13 | 64 | 2F | 31 | 64 | 1A |
| Octal | 206 | 155 | 0 | 0 | 23 | 144 | 57 | 61 | 144 | 32 |
| Binary | 10000110 | 1101101 | 0 | 0 | 10011 | 1100100 | 101111 | 110001 | 1100100 | 11010 |
Color Harmonies of #866D00
Complementary color
Monochromatic Colors of #866D00
Black with #866D00
Text Example
Text Example
White with #866D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D00; }
p { color: rgb(134,109,0); }
H1.HeaderClassName
{
color: #866D00;
}
.AnyTagClassName
{
color: #866D00;
}
</style>
background-color css
<style>
a { background-color: #866D00; }
a { background-color: rgb(134,109,0); }
div.DivClassName
{
background-color: #866D00;
}
.BgClassName
{
background-color: #866D00;
}
</style>
border-color css
<style>
span { border-color: #866D00; }
span { border-color: rgb(134,109,0); }
td.TdClassName
{
border-color: #866D00;
}
.TagClassName
{
border-color: #866D00;
}
</style>