Shades of Olive #869000
Tints of Olive #869000
RGB
CMYK
RGB Variations
Color information
#869000 (or 0x869000) is known color: Olive. HEX triplet: 86, 90 and 00. RGB value is (134,144,0). Sum of RGB (Red+Green+Blue) = 134+144+0=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 144 (56.64% from 255 or 51.80% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 144 - color contains mainly: green. Hex color #869000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869000 is #796FFF. Grayscale: #7D7D7D. Windows color (decimal): -7958528 or 36998. OLE color: 36998.
HSL color Cylindrical-coordinate representation of color #869000: hue angle of 64.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #869000 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 144 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.44 |
| HSL | 64.17º | 1% | 0.28% | - |
| HSV(B) | 64.17º | 1% | 0.56% | - |
| XYZ | 19.8 | 25.01 | 3.78 | - |
| YUV | 124.59 | 57.69 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 144 | 0 | 0.07 | 0 | 1 | 0.44 | 64.17 | 1 | 0.28 |
| Hex | 86 | 90 | 0 | 7 | 0 | 64 | 2C | 40 | 64 | 1C |
| Octal | 206 | 220 | 0 | 7 | 0 | 144 | 54 | 100 | 144 | 34 |
| Binary | 10000110 | 10010000 | 0 | 111 | 0 | 1100100 | 101100 | 1000000 | 1100100 | 11100 |
Color Harmonies of #869000
Complementary color
Monochromatic Colors of #869000
Black with #869000
Text Example
Text Example
White with #869000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869000; }
p { color: rgb(134,144,0); }
H1.HeaderClassName
{
color: #869000;
}
.AnyTagClassName
{
color: #869000;
}
</style>
background-color css
<style>
a { background-color: #869000; }
a { background-color: rgb(134,144,0); }
div.DivClassName
{
background-color: #869000;
}
.BgClassName
{
background-color: #869000;
}
</style>
border-color css
<style>
span { border-color: #869000; }
span { border-color: rgb(134,144,0); }
td.TdClassName
{
border-color: #869000;
}
.TagClassName
{
border-color: #869000;
}
</style>