Shades of Olive #868307
Tints of Olive #868307
RGB
CMYK
RGB Variations
Color information
#868307 (or 0x868307) is known color: Olive. HEX triplet: 86, 83 and 07. RGB value is (134,131,7). Sum of RGB (Red+Green+Blue) = 134+131+7=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #868307 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868307 is #797CF8. Grayscale: #767676. Windows color (decimal): -7961849 or 492422. OLE color: 492422.
HSL color Cylindrical-coordinate representation of color #868307: hue angle of 58.58º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #868307 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 131 | 7 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.47 |
| HSL | 58.58º | 0.9% | 0.28% | - |
| HSV(B) | 58.58º | 0.95% | 0.53% | - |
| XYZ | 17.99 | 21.32 | 3.37 | - |
| YUV | 117.76 | 65.49 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 7 | 0 | 0.02 | 0.95 | 0.47 | 58.58 | 0.9 | 0.28 |
| Hex | 86 | 83 | 7 | 0 | 2 | 5F | 2F | 3B | 5A | 1C |
| Octal | 206 | 203 | 7 | 0 | 2 | 137 | 57 | 73 | 132 | 34 |
| Binary | 10000110 | 10000011 | 111 | 0 | 10 | 1011111 | 101111 | 111011 | 1011010 | 11100 |
Color Harmonies of #868307
Complementary color
Monochromatic Colors of #868307
Black with #868307
Text Example
Text Example
White with #868307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868307; }
p { color: rgb(134,131,7); }
H1.HeaderClassName
{
color: #868307;
}
.AnyTagClassName
{
color: #868307;
}
</style>
background-color css
<style>
a { background-color: #868307; }
a { background-color: rgb(134,131,7); }
div.DivClassName
{
background-color: #868307;
}
.BgClassName
{
background-color: #868307;
}
</style>
border-color css
<style>
span { border-color: #868307; }
span { border-color: rgb(134,131,7); }
td.TdClassName
{
border-color: #868307;
}
.TagClassName
{
border-color: #868307;
}
</style>