Shades of Olive #869003
Tints of Olive #869003
RGB
CMYK
RGB Variations
Color information
#869003 (or 0x869003) is known color: Olive. HEX triplet: 86, 90 and 03. RGB value is (134,144,3). Sum of RGB (Red+Green+Blue) = 134+144+3=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #869003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869003 is #796FFC. Grayscale: #7D7D7D. Windows color (decimal): -7958525 or 233606. OLE color: 233606.
HSL color Cylindrical-coordinate representation of color #869003: hue angle of 64.26º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #869003 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 144 | 3 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.44 |
| HSL | 64.26º | 0.96% | 0.29% | - |
| HSV(B) | 64.26º | 0.98% | 0.56% | - |
| XYZ | 19.82 | 25.02 | 3.87 | - |
| YUV | 124.94 | 59.19 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 144 | 3 | 0.07 | 0 | 0.98 | 0.44 | 64.26 | 0.96 | 0.29 |
| Hex | 86 | 90 | 3 | 7 | 0 | 62 | 2C | 40 | 60 | 1D |
| Octal | 206 | 220 | 3 | 7 | 0 | 142 | 54 | 100 | 140 | 35 |
| Binary | 10000110 | 10010000 | 11 | 111 | 0 | 1100010 | 101100 | 1000000 | 1100000 | 11101 |
Color Harmonies of #869003
Complementary color
Monochromatic Colors of #869003
Black with #869003
Text Example
Text Example
White with #869003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869003; }
p { color: rgb(134,144,3); }
H1.HeaderClassName
{
color: #869003;
}
.AnyTagClassName
{
color: #869003;
}
</style>
background-color css
<style>
a { background-color: #869003; }
a { background-color: rgb(134,144,3); }
div.DivClassName
{
background-color: #869003;
}
.BgClassName
{
background-color: #869003;
}
</style>
border-color css
<style>
span { border-color: #869003; }
span { border-color: rgb(134,144,3); }
td.TdClassName
{
border-color: #869003;
}
.TagClassName
{
border-color: #869003;
}
</style>