Shades of Olive #878F0A
Tints of Olive #878F0A
RGB
CMYK
RGB Variations
Color information
#878F0A (or 0x878F0A) is known color: Olive. HEX triplet: 87, 8F and 0A. RGB value is (135,143,10). Sum of RGB (Red+Green+Blue) = 135+143+10=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 143 (56.25% from 255 or 49.65% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 143 - color contains mainly: green. Hex color #878F0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878F0A is #7870F5. Grayscale: #7D7D7D. Windows color (decimal): -7893238 or 692103. OLE color: 692103.
HSL color Cylindrical-coordinate representation of color #878F0A: hue angle of 63.61º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #878F0A is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 143 | 10 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.44 |
| HSL | 63.61º | 0.87% | 0.3% | - |
| HSV(B) | 63.61º | 0.93% | 0.56% | - |
| XYZ | 19.87 | 24.82 | 4.03 | - |
| YUV | 125.45 | 62.85 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 143 | 10 | 0.06 | 0 | 0.93 | 0.44 | 63.61 | 0.87 | 0.3 |
| Hex | 87 | 8F | A | 6 | 0 | 5D | 2C | 40 | 57 | 1E |
| Octal | 207 | 217 | 12 | 6 | 0 | 135 | 54 | 100 | 127 | 36 |
| Binary | 10000111 | 10001111 | 1010 | 110 | 0 | 1011101 | 101100 | 1000000 | 1010111 | 11110 |
Color Harmonies of #878F0A
Complementary color
Monochromatic Colors of #878F0A
Black with #878F0A
Text Example
Text Example
White with #878F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878F0A; }
p { color: rgb(135,143,10); }
H1.HeaderClassName
{
color: #878F0A;
}
.AnyTagClassName
{
color: #878F0A;
}
</style>
background-color css
<style>
a { background-color: #878F0A; }
a { background-color: rgb(135,143,10); }
div.DivClassName
{
background-color: #878F0A;
}
.BgClassName
{
background-color: #878F0A;
}
</style>
border-color css
<style>
span { border-color: #878F0A; }
span { border-color: rgb(135,143,10); }
td.TdClassName
{
border-color: #878F0A;
}
.TagClassName
{
border-color: #878F0A;
}
</style>