Shades of Olive #867300
Tints of Olive #867300
RGB
CMYK
RGB Variations
Color information
#867300 (or 0x867300) is known color: Olive. HEX triplet: 86, 73 and 00. RGB value is (134,115,0). Sum of RGB (Red+Green+Blue) = 134+115+0=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #867300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867300 is #798CFF. Grayscale: #6C6C6C. Windows color (decimal): -7965952 or 29574. OLE color: 29574.
HSL color Cylindrical-coordinate representation of color #867300: hue angle of 51.49º 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 #867300 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 115 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.47 |
| HSL | 51.49º | 1% | 0.26% | - |
| HSV(B) | 51.49º | 1% | 0.53% | - |
| XYZ | 15.96 | 17.33 | 2.5 | - |
| YUV | 107.57 | 67.29 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 115 | 0 | 0 | 0.14 | 1 | 0.47 | 51.49 | 1 | 0.26 |
| Hex | 86 | 73 | 0 | 0 | E | 64 | 2F | 33 | 64 | 1A |
| Octal | 206 | 163 | 0 | 0 | 16 | 144 | 57 | 63 | 144 | 32 |
| Binary | 10000110 | 1110011 | 0 | 0 | 1110 | 1100100 | 101111 | 110011 | 1100100 | 11010 |
Color Harmonies of #867300
Complementary color
Monochromatic Colors of #867300
Black with #867300
Text Example
Text Example
White with #867300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867300; }
p { color: rgb(134,115,0); }
H1.HeaderClassName
{
color: #867300;
}
.AnyTagClassName
{
color: #867300;
}
</style>
background-color css
<style>
a { background-color: #867300; }
a { background-color: rgb(134,115,0); }
div.DivClassName
{
background-color: #867300;
}
.BgClassName
{
background-color: #867300;
}
</style>
border-color css
<style>
span { border-color: #867300; }
span { border-color: rgb(134,115,0); }
td.TdClassName
{
border-color: #867300;
}
.TagClassName
{
border-color: #867300;
}
</style>