Shades of Olive #866E06
Tints of Olive #866E06
RGB
CMYK
RGB Variations
Color information
#866E06 (or 0x866E06) is known color: Olive. HEX triplet: 86, 6E and 06. RGB value is (134,110,6). Sum of RGB (Red+Green+Blue) = 134+110+6=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #866E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866E06 is #7991F9. Grayscale: #696969. Windows color (decimal): -7967226 or 421510. OLE color: 421510.
HSL color Cylindrical-coordinate representation of color #866E06: hue angle of 48.75º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #866E06 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 110 | 6 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.47 |
| HSL | 48.75º | 0.91% | 0.27% | - |
| HSV(B) | 48.75º | 0.96% | 0.53% | - |
| XYZ | 15.44 | 16.23 | 2.49 | - |
| YUV | 105.32 | 71.95 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 6 | 0 | 0.18 | 0.96 | 0.47 | 48.75 | 0.91 | 0.27 |
| Hex | 86 | 6E | 6 | 0 | 12 | 60 | 2F | 31 | 5B | 1B |
| Octal | 206 | 156 | 6 | 0 | 22 | 140 | 57 | 61 | 133 | 33 |
| Binary | 10000110 | 1101110 | 110 | 0 | 10010 | 1100000 | 101111 | 110001 | 1011011 | 11011 |
Color Harmonies of #866E06
Complementary color
Monochromatic Colors of #866E06
Black with #866E06
Text Example
Text Example
White with #866E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866E06; }
p { color: rgb(134,110,6); }
H1.HeaderClassName
{
color: #866E06;
}
.AnyTagClassName
{
color: #866E06;
}
</style>
background-color css
<style>
a { background-color: #866E06; }
a { background-color: rgb(134,110,6); }
div.DivClassName
{
background-color: #866E06;
}
.BgClassName
{
background-color: #866E06;
}
</style>
border-color css
<style>
span { border-color: #866E06; }
span { border-color: rgb(134,110,6); }
td.TdClassName
{
border-color: #866E06;
}
.TagClassName
{
border-color: #866E06;
}
</style>