Shades of Olive #876C02
Tints of Olive #876C02
RGB
CMYK
RGB Variations
Color information
#876C02 (or 0x876C02) is known color: Olive. HEX triplet: 87, 6C and 02. RGB value is (135,108,2). Sum of RGB (Red+Green+Blue) = 135+108+2=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 108 (42.58% from 255 or 44.08% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #876C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876C02 is #7893FD. Grayscale: #686868. Windows color (decimal): -7902206 or 158855. OLE color: 158855.
HSL color Cylindrical-coordinate representation of color #876C02: hue angle of 47.82º 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 #876C02 is Cyan = 0, Magento = 0.2, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 108 | 2 | - |
| CMYK | 0 | 0.2 | 0.99 | 0.47 |
| HSL | 47.82º | 0.97% | 0.27% | - |
| HSV(B) | 47.82º | 0.99% | 0.53% | - |
| XYZ | 15.37 | 15.88 | 2.31 | - |
| YUV | 103.99 | 70.45 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 108 | 2 | 0 | 0.2 | 0.99 | 0.47 | 47.82 | 0.97 | 0.27 |
| Hex | 87 | 6C | 2 | 0 | 14 | 63 | 2F | 30 | 61 | 1B |
| Octal | 207 | 154 | 2 | 0 | 24 | 143 | 57 | 60 | 141 | 33 |
| Binary | 10000111 | 1101100 | 10 | 0 | 10100 | 1100011 | 101111 | 110000 | 1100001 | 11011 |
Color Harmonies of #876C02
Complementary color
Monochromatic Colors of #876C02
Black with #876C02
Text Example
Text Example
White with #876C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876C02; }
p { color: rgb(135,108,2); }
H1.HeaderClassName
{
color: #876C02;
}
.AnyTagClassName
{
color: #876C02;
}
</style>
background-color css
<style>
a { background-color: #876C02; }
a { background-color: rgb(135,108,2); }
div.DivClassName
{
background-color: #876C02;
}
.BgClassName
{
background-color: #876C02;
}
</style>
border-color css
<style>
span { border-color: #876C02; }
span { border-color: rgb(135,108,2); }
td.TdClassName
{
border-color: #876C02;
}
.TagClassName
{
border-color: #876C02;
}
</style>