Shades of Olive #867A08
Tints of Olive #867A08
RGB
CMYK
RGB Variations
Color information
#867A08 (or 0x867A08) is known color: Olive. HEX triplet: 86, 7A and 08. RGB value is (134,122,8). Sum of RGB (Red+Green+Blue) = 134+122+8=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #867A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867A08 is #7985F7. Grayscale: #717171. Windows color (decimal): -7964152 or 555654. OLE color: 555654.
HSL color Cylindrical-coordinate representation of color #867A08: hue angle of 54.29º 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 #867A08 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 122 | 8 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.47 |
| HSL | 54.29º | 0.89% | 0.28% | - |
| HSV(B) | 54.29º | 0.94% | 0.53% | - |
| XYZ | 16.83 | 19 | 3.01 | - |
| YUV | 112.59 | 68.98 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 8 | 0 | 0.09 | 0.94 | 0.47 | 54.29 | 0.89 | 0.28 |
| Hex | 86 | 7A | 8 | 0 | 9 | 5E | 2F | 36 | 59 | 1C |
| Octal | 206 | 172 | 10 | 0 | 11 | 136 | 57 | 66 | 131 | 34 |
| Binary | 10000110 | 1111010 | 1000 | 0 | 1001 | 1011110 | 101111 | 110110 | 1011001 | 11100 |
Color Harmonies of #867A08
Complementary color
Monochromatic Colors of #867A08
Black with #867A08
Text Example
Text Example
White with #867A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867A08; }
p { color: rgb(134,122,8); }
H1.HeaderClassName
{
color: #867A08;
}
.AnyTagClassName
{
color: #867A08;
}
</style>
background-color css
<style>
a { background-color: #867A08; }
a { background-color: rgb(134,122,8); }
div.DivClassName
{
background-color: #867A08;
}
.BgClassName
{
background-color: #867A08;
}
</style>
border-color css
<style>
span { border-color: #867A08; }
span { border-color: rgb(134,122,8); }
td.TdClassName
{
border-color: #867A08;
}
.TagClassName
{
border-color: #867A08;
}
</style>