Shades of Olive #867F05
Tints of Olive #867F05
RGB
CMYK
RGB Variations
Color information
#867F05 (or 0x867F05) is known color: Olive. HEX triplet: 86, 7F and 05. RGB value is (134,127,5). Sum of RGB (Red+Green+Blue) = 134+127+5=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #867F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867F05 is #7980FA. Grayscale: #737373. Windows color (decimal): -7962875 or 360326. OLE color: 360326.
HSL color Cylindrical-coordinate representation of color #867F05: hue angle of 56.74º degrees, saturation: 0.93, 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 #867F05 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 127 | 5 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.47 |
| HSL | 56.74º | 0.93% | 0.27% | - |
| HSV(B) | 56.74º | 0.96% | 0.53% | - |
| XYZ | 17.45 | 20.26 | 3.13 | - |
| YUV | 115.19 | 65.82 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 5 | 0 | 0.05 | 0.96 | 0.47 | 56.74 | 0.93 | 0.27 |
| Hex | 86 | 7F | 5 | 0 | 5 | 60 | 2F | 39 | 5D | 1B |
| Octal | 206 | 177 | 5 | 0 | 5 | 140 | 57 | 71 | 135 | 33 |
| Binary | 10000110 | 1111111 | 101 | 0 | 101 | 1100000 | 101111 | 111001 | 1011101 | 11011 |
Color Harmonies of #867F05
Complementary color
Monochromatic Colors of #867F05
Black with #867F05
Text Example
Text Example
White with #867F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867F05; }
p { color: rgb(134,127,5); }
H1.HeaderClassName
{
color: #867F05;
}
.AnyTagClassName
{
color: #867F05;
}
</style>
background-color css
<style>
a { background-color: #867F05; }
a { background-color: rgb(134,127,5); }
div.DivClassName
{
background-color: #867F05;
}
.BgClassName
{
background-color: #867F05;
}
</style>
border-color css
<style>
span { border-color: #867F05; }
span { border-color: rgb(134,127,5); }
td.TdClassName
{
border-color: #867F05;
}
.TagClassName
{
border-color: #867F05;
}
</style>