Shades of Olive #868306
Tints of Olive #868306
RGB
CMYK
RGB Variations
Color information
#868306 (or 0x868306) is known color: Olive. HEX triplet: 86, 83 and 06. RGB value is (134,131,6). Sum of RGB (Red+Green+Blue) = 134+131+6=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #868306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868306 is #797CF9. Grayscale: #767676. Windows color (decimal): -7961850 or 426886. OLE color: 426886.
HSL color Cylindrical-coordinate representation of color #868306: hue angle of 58.59º degrees, saturation: 0.91, 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 #868306 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 131 | 6 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.47 |
| HSL | 58.59º | 0.91% | 0.27% | - |
| HSV(B) | 58.59º | 0.96% | 0.53% | - |
| XYZ | 17.98 | 21.31 | 3.34 | - |
| YUV | 117.65 | 64.99 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 6 | 0 | 0.02 | 0.96 | 0.47 | 58.59 | 0.91 | 0.27 |
| Hex | 86 | 83 | 6 | 0 | 2 | 60 | 2F | 3B | 5B | 1B |
| Octal | 206 | 203 | 6 | 0 | 2 | 140 | 57 | 73 | 133 | 33 |
| Binary | 10000110 | 10000011 | 110 | 0 | 10 | 1100000 | 101111 | 111011 | 1011011 | 11011 |
Color Harmonies of #868306
Complementary color
Monochromatic Colors of #868306
Black with #868306
Text Example
Text Example
White with #868306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868306; }
p { color: rgb(134,131,6); }
H1.HeaderClassName
{
color: #868306;
}
.AnyTagClassName
{
color: #868306;
}
</style>
background-color css
<style>
a { background-color: #868306; }
a { background-color: rgb(134,131,6); }
div.DivClassName
{
background-color: #868306;
}
.BgClassName
{
background-color: #868306;
}
</style>
border-color css
<style>
span { border-color: #868306; }
span { border-color: rgb(134,131,6); }
td.TdClassName
{
border-color: #868306;
}
.TagClassName
{
border-color: #868306;
}
</style>