Shades of Olive #869200
Tints of Olive #869200
RGB
CMYK
RGB Variations
Color information
#869200 (or 0x869200) is known color: Olive. HEX triplet: 86, 92 and 00. RGB value is (134,146,0). Sum of RGB (Red+Green+Blue) = 134+146+0=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #869200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869200 is #796DFF. Grayscale: #7E7E7E. Windows color (decimal): -7958016 or 37510. OLE color: 37510.
HSL color Cylindrical-coordinate representation of color #869200: hue angle of 64.93º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #869200 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 146 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.43 |
| HSL | 64.93º | 1% | 0.29% | - |
| HSV(B) | 64.93º | 1% | 0.57% | - |
| XYZ | 20.11 | 25.63 | 3.89 | - |
| YUV | 125.77 | 57.02 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 146 | 0 | 0.08 | 0 | 1 | 0.43 | 64.93 | 1 | 0.29 |
| Hex | 86 | 92 | 0 | 8 | 0 | 64 | 2B | 41 | 64 | 1D |
| Octal | 206 | 222 | 0 | 10 | 0 | 144 | 53 | 101 | 144 | 35 |
| Binary | 10000110 | 10010010 | 0 | 1000 | 0 | 1100100 | 101011 | 1000001 | 1100100 | 11101 |
Color Harmonies of #869200
Complementary color
Monochromatic Colors of #869200
Black with #869200
Text Example
Text Example
White with #869200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869200; }
p { color: rgb(134,146,0); }
H1.HeaderClassName
{
color: #869200;
}
.AnyTagClassName
{
color: #869200;
}
</style>
background-color css
<style>
a { background-color: #869200; }
a { background-color: rgb(134,146,0); }
div.DivClassName
{
background-color: #869200;
}
.BgClassName
{
background-color: #869200;
}
</style>
border-color css
<style>
span { border-color: #869200; }
span { border-color: rgb(134,146,0); }
td.TdClassName
{
border-color: #869200;
}
.TagClassName
{
border-color: #869200;
}
</style>