Shades of Olive #879100
Tints of Olive #879100
RGB
CMYK
RGB Variations
Color information
#879100 (or 0x879100) is known color: Olive. HEX triplet: 87, 91 and 00. RGB value is (135,145,0). Sum of RGB (Red+Green+Blue) = 135+145+0=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #879100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #879100 is #786EFF. Grayscale: #7E7E7E. Windows color (decimal): -7892736 or 37255. OLE color: 37255.
HSL color Cylindrical-coordinate representation of color #879100: hue angle of 64.14º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #879100 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 145 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.43 |
| HSL | 64.14º | 1% | 0.28% | - |
| HSV(B) | 64.14º | 1% | 0.57% | - |
| XYZ | 20.12 | 25.4 | 3.84 | - |
| YUV | 125.48 | 57.19 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 145 | 0 | 0.07 | 0 | 1 | 0.43 | 64.14 | 1 | 0.28 |
| Hex | 87 | 91 | 0 | 7 | 0 | 64 | 2B | 40 | 64 | 1C |
| Octal | 207 | 221 | 0 | 7 | 0 | 144 | 53 | 100 | 144 | 34 |
| Binary | 10000111 | 10010001 | 0 | 111 | 0 | 1100100 | 101011 | 1000000 | 1100100 | 11100 |
Color Harmonies of #879100
Complementary color
Monochromatic Colors of #879100
Black with #879100
Text Example
Text Example
White with #879100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879100; }
p { color: rgb(135,145,0); }
H1.HeaderClassName
{
color: #879100;
}
.AnyTagClassName
{
color: #879100;
}
</style>
background-color css
<style>
a { background-color: #879100; }
a { background-color: rgb(135,145,0); }
div.DivClassName
{
background-color: #879100;
}
.BgClassName
{
background-color: #879100;
}
</style>
border-color css
<style>
span { border-color: #879100; }
span { border-color: rgb(135,145,0); }
td.TdClassName
{
border-color: #879100;
}
.TagClassName
{
border-color: #879100;
}
</style>