Shades of Olive #868109
Tints of Olive #868109
RGB
CMYK
RGB Variations
Color information
#868109 (or 0x868109) is known color: Olive. HEX triplet: 86, 81 and 09. RGB value is (134,129,9). Sum of RGB (Red+Green+Blue) = 134+129+9=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #868109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868109 is #797EF6. Grayscale: #757575. Windows color (decimal): -7962359 or 622982. OLE color: 622982.
HSL color Cylindrical-coordinate representation of color #868109: hue angle of 57.6º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #868109 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 129 | 9 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.47 |
| HSL | 57.6º | 0.87% | 0.28% | - |
| HSV(B) | 57.6º | 0.93% | 0.53% | - |
| XYZ | 17.73 | 20.79 | 3.34 | - |
| YUV | 116.82 | 67.16 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 129 | 9 | 0 | 0.04 | 0.93 | 0.47 | 57.6 | 0.87 | 0.28 |
| Hex | 86 | 81 | 9 | 0 | 4 | 5D | 2F | 3A | 57 | 1C |
| Octal | 206 | 201 | 11 | 0 | 4 | 135 | 57 | 72 | 127 | 34 |
| Binary | 10000110 | 10000001 | 1001 | 0 | 100 | 1011101 | 101111 | 111010 | 1010111 | 11100 |
Color Harmonies of #868109
Complementary color
Monochromatic Colors of #868109
Black with #868109
Text Example
Text Example
White with #868109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868109; }
p { color: rgb(134,129,9); }
H1.HeaderClassName
{
color: #868109;
}
.AnyTagClassName
{
color: #868109;
}
</style>
background-color css
<style>
a { background-color: #868109; }
a { background-color: rgb(134,129,9); }
div.DivClassName
{
background-color: #868109;
}
.BgClassName
{
background-color: #868109;
}
</style>
border-color css
<style>
span { border-color: #868109; }
span { border-color: rgb(134,129,9); }
td.TdClassName
{
border-color: #868109;
}
.TagClassName
{
border-color: #868109;
}
</style>