Shades of Olive #868E02
Tints of Olive #868E02
RGB
CMYK
RGB Variations
Color information
#868E02 (or 0x868E02) is known color: Olive. HEX triplet: 86, 8E and 02. RGB value is (134,142,2). Sum of RGB (Red+Green+Blue) = 134+142+2=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 142 (55.86% from 255 or 51.08% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 142 - color contains mainly: green. Hex color #868E02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868E02 is #7971FD. Grayscale: #7C7C7C. Windows color (decimal): -7959038 or 167558. OLE color: 167558.
HSL color Cylindrical-coordinate representation of color #868E02: hue angle of 63.43º 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 #868E02 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 142 | 2 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.44 |
| HSL | 63.43º | 0.97% | 0.28% | - |
| HSV(B) | 63.43º | 0.99% | 0.56% | - |
| XYZ | 19.52 | 24.42 | 3.74 | - |
| YUV | 123.65 | 59.35 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 142 | 2 | 0.06 | 0 | 0.99 | 0.44 | 63.43 | 0.97 | 0.28 |
| Hex | 86 | 8E | 2 | 6 | 0 | 63 | 2C | 3F | 61 | 1C |
| Octal | 206 | 216 | 2 | 6 | 0 | 143 | 54 | 77 | 141 | 34 |
| Binary | 10000110 | 10001110 | 10 | 110 | 0 | 1100011 | 101100 | 111111 | 1100001 | 11100 |
Color Harmonies of #868E02
Complementary color
Monochromatic Colors of #868E02
Black with #868E02
Text Example
Text Example
White with #868E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868E02; }
p { color: rgb(134,142,2); }
H1.HeaderClassName
{
color: #868E02;
}
.AnyTagClassName
{
color: #868E02;
}
</style>
background-color css
<style>
a { background-color: #868E02; }
a { background-color: rgb(134,142,2); }
div.DivClassName
{
background-color: #868E02;
}
.BgClassName
{
background-color: #868E02;
}
</style>
border-color css
<style>
span { border-color: #868E02; }
span { border-color: rgb(134,142,2); }
td.TdClassName
{
border-color: #868E02;
}
.TagClassName
{
border-color: #868E02;
}
</style>