Shades of Olive #868708
Tints of Olive #868708
RGB
CMYK
RGB Variations
Color information
#868708 (or 0x868708) is known color: Olive. HEX triplet: 86, 87 and 08. RGB value is (134,135,8). Sum of RGB (Red+Green+Blue) = 134+135+8=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 135 - color contains mainly: green. Hex color #868708 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868708 is #7978F7. Grayscale: #787878. Windows color (decimal): -7960824 or 558982. OLE color: 558982.
HSL color Cylindrical-coordinate representation of color #868708: hue angle of 60.47º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #868708 is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 135 | 8 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.47 |
| HSL | 60.47º | 0.89% | 0.28% | - |
| HSV(B) | 60.47º | 0.94% | 0.53% | - |
| XYZ | 18.54 | 22.41 | 3.58 | - |
| YUV | 120.22 | 64.67 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 135 | 8 | 0.01 | 0 | 0.94 | 0.47 | 60.47 | 0.89 | 0.28 |
| Hex | 86 | 87 | 8 | 1 | 0 | 5E | 2F | 3C | 59 | 1C |
| Octal | 206 | 207 | 10 | 1 | 0 | 136 | 57 | 74 | 131 | 34 |
| Binary | 10000110 | 10000111 | 1000 | 1 | 0 | 1011110 | 101111 | 111100 | 1011001 | 11100 |
Color Harmonies of #868708
Complementary color
Monochromatic Colors of #868708
Black with #868708
Text Example
Text Example
White with #868708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868708; }
p { color: rgb(134,135,8); }
H1.HeaderClassName
{
color: #868708;
}
.AnyTagClassName
{
color: #868708;
}
</style>
background-color css
<style>
a { background-color: #868708; }
a { background-color: rgb(134,135,8); }
div.DivClassName
{
background-color: #868708;
}
.BgClassName
{
background-color: #868708;
}
</style>
border-color css
<style>
span { border-color: #868708; }
span { border-color: rgb(134,135,8); }
td.TdClassName
{
border-color: #868708;
}
.TagClassName
{
border-color: #868708;
}
</style>