Shades of Olive #878B05
Tints of Olive #878B05
RGB
CMYK
RGB Variations
Color information
#878B05 (or 0x878B05) is known color: Olive. HEX triplet: 87, 8B and 05. RGB value is (135,139,5). Sum of RGB (Red+Green+Blue) = 135+139+5=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 139 (54.69% from 255 or 49.82% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 139 - color contains mainly: green. Hex color #878B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878B05 is #7874FA. Grayscale: #7B7B7B. Windows color (decimal): -7894267 or 363399. OLE color: 363399.
HSL color Cylindrical-coordinate representation of color #878B05: hue angle of 61.79º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #878B05 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 139 | 5 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.45 |
| HSL | 61.79º | 0.93% | 0.28% | - |
| HSV(B) | 61.79º | 0.96% | 0.55% | - |
| XYZ | 19.25 | 23.63 | 3.69 | - |
| YUV | 122.53 | 61.67 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 139 | 5 | 0.03 | 0 | 0.96 | 0.45 | 61.79 | 0.93 | 0.28 |
| Hex | 87 | 8B | 5 | 3 | 0 | 60 | 2D | 3E | 5D | 1C |
| Octal | 207 | 213 | 5 | 3 | 0 | 140 | 55 | 76 | 135 | 34 |
| Binary | 10000111 | 10001011 | 101 | 11 | 0 | 1100000 | 101101 | 111110 | 1011101 | 11100 |
Color Harmonies of #878B05
Complementary color
Monochromatic Colors of #878B05
Black with #878B05
Text Example
Text Example
White with #878B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878B05; }
p { color: rgb(135,139,5); }
H1.HeaderClassName
{
color: #878B05;
}
.AnyTagClassName
{
color: #878B05;
}
</style>
background-color css
<style>
a { background-color: #878B05; }
a { background-color: rgb(135,139,5); }
div.DivClassName
{
background-color: #878B05;
}
.BgClassName
{
background-color: #878B05;
}
</style>
border-color css
<style>
span { border-color: #878B05; }
span { border-color: rgb(135,139,5); }
td.TdClassName
{
border-color: #878B05;
}
.TagClassName
{
border-color: #878B05;
}
</style>