Shades of Olive #867902
Tints of Olive #867902
RGB
CMYK
RGB Variations
Color information
#867902 (or 0x867902) is known color: Olive. HEX triplet: 86, 79 and 02. RGB value is (134,121,2). Sum of RGB (Red+Green+Blue) = 134+121+2=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #867902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867902 is #7986FD. Grayscale: #6F6F6F. Windows color (decimal): -7964414 or 162182. OLE color: 162182.
HSL color Cylindrical-coordinate representation of color #867902: hue angle of 54.09º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #867902 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 121 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.47 |
| HSL | 54.09º | 0.97% | 0.27% | - |
| HSV(B) | 54.09º | 0.99% | 0.53% | - |
| XYZ | 16.68 | 18.75 | 2.8 | - |
| YUV | 111.32 | 66.31 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 121 | 2 | 0 | 0.10 | 0.99 | 0.47 | 54.09 | 0.97 | 0.27 |
| Hex | 86 | 79 | 2 | 0 | A | 63 | 2F | 36 | 61 | 1B |
| Octal | 206 | 171 | 2 | 0 | 12 | 143 | 57 | 66 | 141 | 33 |
| Binary | 10000110 | 1111001 | 10 | 0 | 1010 | 1100011 | 101111 | 110110 | 1100001 | 11011 |
Color Harmonies of #867902
Complementary color
Monochromatic Colors of #867902
Black with #867902
Text Example
Text Example
White with #867902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867902; }
p { color: rgb(134,121,2); }
H1.HeaderClassName
{
color: #867902;
}
.AnyTagClassName
{
color: #867902;
}
</style>
background-color css
<style>
a { background-color: #867902; }
a { background-color: rgb(134,121,2); }
div.DivClassName
{
background-color: #867902;
}
.BgClassName
{
background-color: #867902;
}
</style>
border-color css
<style>
span { border-color: #867902; }
span { border-color: rgb(134,121,2); }
td.TdClassName
{
border-color: #867902;
}
.TagClassName
{
border-color: #867902;
}
</style>