Shades of Olive #867003
Tints of Olive #867003
RGB
CMYK
RGB Variations
Color information
#867003 (or 0x867003) is known color: Olive. HEX triplet: 86, 70 and 03. RGB value is (134,112,3). Sum of RGB (Red+Green+Blue) = 134+112+3=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #867003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867003 is #798FFC. Grayscale: #6A6A6A. Windows color (decimal): -7966717 or 225414. OLE color: 225414.
HSL color Cylindrical-coordinate representation of color #867003: hue angle of 49.92º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #867003 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 112 | 3 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.47 |
| HSL | 49.92º | 0.96% | 0.27% | - |
| HSV(B) | 49.92º | 0.98% | 0.53% | - |
| XYZ | 15.64 | 16.66 | 2.48 | - |
| YUV | 106.15 | 69.79 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 112 | 3 | 0 | 0.16 | 0.98 | 0.47 | 49.92 | 0.96 | 0.27 |
| Hex | 86 | 70 | 3 | 0 | 10 | 62 | 2F | 32 | 60 | 1B |
| Octal | 206 | 160 | 3 | 0 | 20 | 142 | 57 | 62 | 140 | 33 |
| Binary | 10000110 | 1110000 | 11 | 0 | 10000 | 1100010 | 101111 | 110010 | 1100000 | 11011 |
Color Harmonies of #867003
Complementary color
Monochromatic Colors of #867003
Black with #867003
Text Example
Text Example
White with #867003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867003; }
p { color: rgb(134,112,3); }
H1.HeaderClassName
{
color: #867003;
}
.AnyTagClassName
{
color: #867003;
}
</style>
background-color css
<style>
a { background-color: #867003; }
a { background-color: rgb(134,112,3); }
div.DivClassName
{
background-color: #867003;
}
.BgClassName
{
background-color: #867003;
}
</style>
border-color css
<style>
span { border-color: #867003; }
span { border-color: rgb(134,112,3); }
td.TdClassName
{
border-color: #867003;
}
.TagClassName
{
border-color: #867003;
}
</style>