Shades of Olive #878A0A
Tints of Olive #878A0A
RGB
CMYK
RGB Variations
Color information
#878A0A (or 0x878A0A) is known color: Olive. HEX triplet: 87, 8A and 0A. RGB value is (135,138,10). Sum of RGB (Red+Green+Blue) = 135+138+10=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 138 (54.30% from 255 or 48.76% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 138 - color contains mainly: green. Hex color #878A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878A0A is #7875F5. Grayscale: #7B7B7B. Windows color (decimal): -7894518 or 690823. OLE color: 690823.
HSL color Cylindrical-coordinate representation of color #878A0A: hue angle of 61.41º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #878A0A is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 138 | 10 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.46 |
| HSL | 61.41º | 0.86% | 0.29% | - |
| HSV(B) | 61.41º | 0.93% | 0.54% | - |
| XYZ | 19.13 | 23.35 | 3.79 | - |
| YUV | 122.51 | 64.51 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 10 | 0.02 | 0 | 0.93 | 0.46 | 61.41 | 0.86 | 0.29 |
| Hex | 87 | 8A | A | 2 | 0 | 5D | 2E | 3D | 56 | 1D |
| Octal | 207 | 212 | 12 | 2 | 0 | 135 | 56 | 75 | 126 | 35 |
| Binary | 10000111 | 10001010 | 1010 | 10 | 0 | 1011101 | 101110 | 111101 | 1010110 | 11101 |
Color Harmonies of #878A0A
Complementary color
Monochromatic Colors of #878A0A
Black with #878A0A
Text Example
Text Example
White with #878A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878A0A; }
p { color: rgb(135,138,10); }
H1.HeaderClassName
{
color: #878A0A;
}
.AnyTagClassName
{
color: #878A0A;
}
</style>
background-color css
<style>
a { background-color: #878A0A; }
a { background-color: rgb(135,138,10); }
div.DivClassName
{
background-color: #878A0A;
}
.BgClassName
{
background-color: #878A0A;
}
</style>
border-color css
<style>
span { border-color: #878A0A; }
span { border-color: rgb(135,138,10); }
td.TdClassName
{
border-color: #878A0A;
}
.TagClassName
{
border-color: #878A0A;
}
</style>