Shades of Olive #878702
Tints of Olive #878702
RGB
CMYK
RGB Variations
Color information
#878702 (or 0x878702) is known color: Olive. HEX triplet: 87, 87 and 02. RGB value is (135,135,2). Sum of RGB (Red+Green+Blue) = 135+135+2=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 135 - color contains mainly: red, green. Hex color #878702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878702 is #7878FD. Grayscale: #787878. Windows color (decimal): -7895294 or 165767. OLE color: 165767.
HSL color Cylindrical-coordinate representation of color #878702: hue angle of 60º 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 #878702 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 135 | 2 | - |
| CMYK | 0 | 0 | 0.99 | 0.47 |
| HSL | 60º | 0.97% | 0.27% | - |
| HSV(B) | 60º | 0.99% | 0.53% | - |
| XYZ | 18.67 | 22.48 | 3.41 | - |
| YUV | 119.84 | 61.5 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 135 | 2 | 0 | 0 | 0.99 | 0.47 | 60 | 0.97 | 0.27 |
| Hex | 87 | 87 | 2 | 0 | 0 | 63 | 2F | 3C | 61 | 1B |
| Octal | 207 | 207 | 2 | 0 | 0 | 143 | 57 | 74 | 141 | 33 |
| Binary | 10000111 | 10000111 | 10 | 0 | 0 | 1100011 | 101111 | 111100 | 1100001 | 11011 |
Color Harmonies of #878702
Complementary color
Monochromatic Colors of #878702
Black with #878702
Text Example
Text Example
White with #878702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878702; }
p { color: rgb(135,135,2); }
H1.HeaderClassName
{
color: #878702;
}
.AnyTagClassName
{
color: #878702;
}
</style>
background-color css
<style>
a { background-color: #878702; }
a { background-color: rgb(135,135,2); }
div.DivClassName
{
background-color: #878702;
}
.BgClassName
{
background-color: #878702;
}
</style>
border-color css
<style>
span { border-color: #878702; }
span { border-color: rgb(135,135,2); }
td.TdClassName
{
border-color: #878702;
}
.TagClassName
{
border-color: #878702;
}
</style>