Shades of Olive #868405
Tints of Olive #868405
RGB
CMYK
RGB Variations
Color information
#868405 (or 0x868405) is known color: Olive. HEX triplet: 86, 84 and 05. RGB value is (134,132,5). Sum of RGB (Red+Green+Blue) = 134+132+5=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #868405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868405 is #797BFA. Grayscale: #767676. Windows color (decimal): -7961595 or 361606. OLE color: 361606.
HSL color Cylindrical-coordinate representation of color #868405: hue angle of 59.07º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #868405 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 132 | 5 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.47 |
| HSL | 59.07º | 0.93% | 0.27% | - |
| HSV(B) | 59.07º | 0.96% | 0.53% | - |
| XYZ | 18.11 | 21.58 | 3.35 | - |
| YUV | 118.12 | 64.16 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 132 | 5 | 0 | 0.01 | 0.96 | 0.47 | 59.07 | 0.93 | 0.27 |
| Hex | 86 | 84 | 5 | 0 | 1 | 60 | 2F | 3B | 5D | 1B |
| Octal | 206 | 204 | 5 | 0 | 1 | 140 | 57 | 73 | 135 | 33 |
| Binary | 10000110 | 10000100 | 101 | 0 | 1 | 1100000 | 101111 | 111011 | 1011101 | 11011 |
Color Harmonies of #868405
Complementary color
Monochromatic Colors of #868405
Black with #868405
Text Example
Text Example
White with #868405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868405; }
p { color: rgb(134,132,5); }
H1.HeaderClassName
{
color: #868405;
}
.AnyTagClassName
{
color: #868405;
}
</style>
background-color css
<style>
a { background-color: #868405; }
a { background-color: rgb(134,132,5); }
div.DivClassName
{
background-color: #868405;
}
.BgClassName
{
background-color: #868405;
}
</style>
border-color css
<style>
span { border-color: #868405; }
span { border-color: rgb(134,132,5); }
td.TdClassName
{
border-color: #868405;
}
.TagClassName
{
border-color: #868405;
}
</style>