Shades of Olive #878A08
Tints of Olive #878A08
RGB
CMYK
RGB Variations
Color information
#878A08 (or 0x878A08) is known color: Olive. HEX triplet: 87, 8A and 08. RGB value is (135,138,8). Sum of RGB (Red+Green+Blue) = 135+138+8=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 138 (54.30% from 255 or 49.11% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 138 - color contains mainly: green. Hex color #878A08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878A08 is #7875F7. Grayscale: #7A7A7A. Windows color (decimal): -7894520 or 559751. OLE color: 559751.
HSL color Cylindrical-coordinate representation of color #878A08: hue angle of 61.38º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #878A08 is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 138 | 8 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.46 |
| HSL | 61.38º | 0.89% | 0.29% | - |
| HSV(B) | 61.38º | 0.94% | 0.54% | - |
| XYZ | 19.12 | 23.35 | 3.73 | - |
| YUV | 122.28 | 63.51 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 8 | 0.02 | 0 | 0.94 | 0.46 | 61.38 | 0.89 | 0.29 |
| Hex | 87 | 8A | 8 | 2 | 0 | 5E | 2E | 3D | 59 | 1D |
| Octal | 207 | 212 | 10 | 2 | 0 | 136 | 56 | 75 | 131 | 35 |
| Binary | 10000111 | 10001010 | 1000 | 10 | 0 | 1011110 | 101110 | 111101 | 1011001 | 11101 |
Color Harmonies of #878A08
Complementary color
Monochromatic Colors of #878A08
Black with #878A08
Text Example
Text Example
White with #878A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878A08; }
p { color: rgb(135,138,8); }
H1.HeaderClassName
{
color: #878A08;
}
.AnyTagClassName
{
color: #878A08;
}
</style>
background-color css
<style>
a { background-color: #878A08; }
a { background-color: rgb(135,138,8); }
div.DivClassName
{
background-color: #878A08;
}
.BgClassName
{
background-color: #878A08;
}
</style>
border-color css
<style>
span { border-color: #878A08; }
span { border-color: rgb(135,138,8); }
td.TdClassName
{
border-color: #878A08;
}
.TagClassName
{
border-color: #878A08;
}
</style>