Shades of Olive #868602
Tints of Olive #868602
RGB
CMYK
RGB Variations
Color information
#868602 (or 0x868602) is known color: Olive. HEX triplet: 86, 86 and 02. RGB value is (134,134,2). Sum of RGB (Red+Green+Blue) = 134+134+2=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 134 - color contains mainly: red, green. Hex color #868602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868602 is #7979FD. Grayscale: #777777. Windows color (decimal): -7961086 or 165510. OLE color: 165510.
HSL color Cylindrical-coordinate representation of color #868602: hue angle of 60º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #868602 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 134 | 2 | - |
| CMYK | 0 | 0 | 0.99 | 0.47 |
| HSL | 60º | 0.97% | 0.27% | - |
| HSV(B) | 60º | 0.99% | 0.53% | - |
| XYZ | 18.37 | 22.12 | 3.36 | - |
| YUV | 118.95 | 62 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 134 | 2 | 0 | 0 | 0.99 | 0.47 | 60 | 0.97 | 0.27 |
| Hex | 86 | 86 | 2 | 0 | 0 | 63 | 2F | 3C | 61 | 1B |
| Octal | 206 | 206 | 2 | 0 | 0 | 143 | 57 | 74 | 141 | 33 |
| Binary | 10000110 | 10000110 | 10 | 0 | 0 | 1100011 | 101111 | 111100 | 1100001 | 11011 |
Color Harmonies of #868602
Complementary color
Monochromatic Colors of #868602
Black with #868602
Text Example
Text Example
White with #868602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868602; }
p { color: rgb(134,134,2); }
H1.HeaderClassName
{
color: #868602;
}
.AnyTagClassName
{
color: #868602;
}
</style>
background-color css
<style>
a { background-color: #868602; }
a { background-color: rgb(134,134,2); }
div.DivClassName
{
background-color: #868602;
}
.BgClassName
{
background-color: #868602;
}
</style>
border-color css
<style>
span { border-color: #868602; }
span { border-color: rgb(134,134,2); }
td.TdClassName
{
border-color: #868602;
}
.TagClassName
{
border-color: #868602;
}
</style>