Shades of Olive #868F02
Tints of Olive #868F02
RGB
CMYK
RGB Variations
Color information
#868F02 (or 0x868F02) is known color: Olive. HEX triplet: 86, 8F and 02. RGB value is (134,143,2). Sum of RGB (Red+Green+Blue) = 134+143+2=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 143 (56.25% from 255 or 51.25% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 143 - color contains mainly: green. Hex color #868F02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868F02 is #7970FD. Grayscale: #7C7C7C. Windows color (decimal): -7958782 or 167814. OLE color: 167814.
HSL color Cylindrical-coordinate representation of color #868F02: hue angle of 63.83º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #868F02 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 143 | 2 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.44 |
| HSL | 63.83º | 0.97% | 0.28% | - |
| HSV(B) | 63.83º | 0.99% | 0.56% | - |
| XYZ | 19.66 | 24.72 | 3.79 | - |
| YUV | 124.24 | 59.02 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 143 | 2 | 0.06 | 0 | 0.99 | 0.44 | 63.83 | 0.97 | 0.28 |
| Hex | 86 | 8F | 2 | 6 | 0 | 63 | 2C | 40 | 61 | 1C |
| Octal | 206 | 217 | 2 | 6 | 0 | 143 | 54 | 100 | 141 | 34 |
| Binary | 10000110 | 10001111 | 10 | 110 | 0 | 1100011 | 101100 | 1000000 | 1100001 | 11100 |
Color Harmonies of #868F02
Complementary color
Monochromatic Colors of #868F02
Black with #868F02
Text Example
Text Example
White with #868F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868F02; }
p { color: rgb(134,143,2); }
H1.HeaderClassName
{
color: #868F02;
}
.AnyTagClassName
{
color: #868F02;
}
</style>
background-color css
<style>
a { background-color: #868F02; }
a { background-color: rgb(134,143,2); }
div.DivClassName
{
background-color: #868F02;
}
.BgClassName
{
background-color: #868F02;
}
</style>
border-color css
<style>
span { border-color: #868F02; }
span { border-color: rgb(134,143,2); }
td.TdClassName
{
border-color: #868F02;
}
.TagClassName
{
border-color: #868F02;
}
</style>