Shades of Olive #867600
Tints of Olive #867600
RGB
CMYK
RGB Variations
Color information
#867600 (or 0x867600) is known color: Olive. HEX triplet: 86, 76 and 00. RGB value is (134,118,0). Sum of RGB (Red+Green+Blue) = 134+118+0=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #867600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867600 is #7989FF. Grayscale: #6D6D6D. Windows color (decimal): -7965184 or 30342. OLE color: 30342.
HSL color Cylindrical-coordinate representation of color #867600: hue angle of 52.84º 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 #867600 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 118 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.47 |
| HSL | 52.84º | 1% | 0.26% | - |
| HSV(B) | 52.84º | 1% | 0.53% | - |
| XYZ | 16.31 | 18.03 | 2.62 | - |
| YUV | 109.33 | 66.3 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 118 | 0 | 0 | 0.12 | 1 | 0.47 | 52.84 | 1 | 0.26 |
| Hex | 86 | 76 | 0 | 0 | C | 64 | 2F | 35 | 64 | 1A |
| Octal | 206 | 166 | 0 | 0 | 14 | 144 | 57 | 65 | 144 | 32 |
| Binary | 10000110 | 1110110 | 0 | 0 | 1100 | 1100100 | 101111 | 110101 | 1100100 | 11010 |
Color Harmonies of #867600
Complementary color
Monochromatic Colors of #867600
Black with #867600
Text Example
Text Example
White with #867600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867600; }
p { color: rgb(134,118,0); }
H1.HeaderClassName
{
color: #867600;
}
.AnyTagClassName
{
color: #867600;
}
</style>
background-color css
<style>
a { background-color: #867600; }
a { background-color: rgb(134,118,0); }
div.DivClassName
{
background-color: #867600;
}
.BgClassName
{
background-color: #867600;
}
</style>
border-color css
<style>
span { border-color: #867600; }
span { border-color: rgb(134,118,0); }
td.TdClassName
{
border-color: #867600;
}
.TagClassName
{
border-color: #867600;
}
</style>