Shades of Olive #868B04
Tints of Olive #868B04
RGB
CMYK
RGB Variations
Color information
#868B04 (or 0x868B04) is known color: Olive. HEX triplet: 86, 8B and 04. RGB value is (134,139,4). Sum of RGB (Red+Green+Blue) = 134+139+4=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #868B04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868B04 is #7974FB. Grayscale: #7A7A7A. Windows color (decimal): -7959804 or 297862. OLE color: 297862.
HSL color Cylindrical-coordinate representation of color #868B04: hue angle of 62.22º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #868B04 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 139 | 4 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.45 |
| HSL | 62.22º | 0.94% | 0.28% | - |
| HSV(B) | 62.22º | 0.97% | 0.55% | - |
| XYZ | 19.09 | 23.54 | 3.65 | - |
| YUV | 122.12 | 61.34 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 139 | 4 | 0.04 | 0 | 0.97 | 0.45 | 62.22 | 0.94 | 0.28 |
| Hex | 86 | 8B | 4 | 4 | 0 | 61 | 2D | 3E | 5E | 1C |
| Octal | 206 | 213 | 4 | 4 | 0 | 141 | 55 | 76 | 136 | 34 |
| Binary | 10000110 | 10001011 | 100 | 100 | 0 | 1100001 | 101101 | 111110 | 1011110 | 11100 |
Color Harmonies of #868B04
Complementary color
Monochromatic Colors of #868B04
Black with #868B04
Text Example
Text Example
White with #868B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868B04; }
p { color: rgb(134,139,4); }
H1.HeaderClassName
{
color: #868B04;
}
.AnyTagClassName
{
color: #868B04;
}
</style>
background-color css
<style>
a { background-color: #868B04; }
a { background-color: rgb(134,139,4); }
div.DivClassName
{
background-color: #868B04;
}
.BgClassName
{
background-color: #868B04;
}
</style>
border-color css
<style>
span { border-color: #868B04; }
span { border-color: rgb(134,139,4); }
td.TdClassName
{
border-color: #868B04;
}
.TagClassName
{
border-color: #868B04;
}
</style>