Shades of Olive #879009
Tints of Olive #879009
RGB
CMYK
RGB Variations
Color information
#879009 (or 0x879009) is known color: Olive. HEX triplet: 87, 90 and 09. RGB value is (135,144,9). Sum of RGB (Red+Green+Blue) = 135+144+9=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 9 (3.91% from 255 or 3.12% from 288); Max value from RGB is 144 - color contains mainly: green. Hex color #879009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #879009 is #786FF6. Grayscale: #7E7E7E. Windows color (decimal): -7892983 or 626823. OLE color: 626823.
HSL color Cylindrical-coordinate representation of color #879009: hue angle of 64º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #879009 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 144 | 9 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.44 |
| HSL | 64º | 0.88% | 0.3% | - |
| HSV(B) | 64º | 0.94% | 0.56% | - |
| XYZ | 20.01 | 25.12 | 4.05 | - |
| YUV | 125.92 | 62.02 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 144 | 9 | 0.06 | 0 | 0.94 | 0.44 | 64 | 0.88 | 0.3 |
| Hex | 87 | 90 | 9 | 6 | 0 | 5E | 2C | 40 | 58 | 1E |
| Octal | 207 | 220 | 11 | 6 | 0 | 136 | 54 | 100 | 130 | 36 |
| Binary | 10000111 | 10010000 | 1001 | 110 | 0 | 1011110 | 101100 | 1000000 | 1011000 | 11110 |
Color Harmonies of #879009
Complementary color
Monochromatic Colors of #879009
Black with #879009
Text Example
Text Example
White with #879009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879009; }
p { color: rgb(135,144,9); }
H1.HeaderClassName
{
color: #879009;
}
.AnyTagClassName
{
color: #879009;
}
</style>
background-color css
<style>
a { background-color: #879009; }
a { background-color: rgb(135,144,9); }
div.DivClassName
{
background-color: #879009;
}
.BgClassName
{
background-color: #879009;
}
</style>
border-color css
<style>
span { border-color: #879009; }
span { border-color: rgb(135,144,9); }
td.TdClassName
{
border-color: #879009;
}
.TagClassName
{
border-color: #879009;
}
</style>