Shades of Olive #879003
Tints of Olive #879003
RGB
CMYK
RGB Variations
Color information
#879003 (or 0x879003) is known color: Olive. HEX triplet: 87, 90 and 03. RGB value is (135,144,3). Sum of RGB (Red+Green+Blue) = 135+144+3=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #879003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #879003 is #786FFC. Grayscale: #7D7D7D. Windows color (decimal): -7892989 or 233607. OLE color: 233607.
HSL color Cylindrical-coordinate representation of color #879003: hue angle of 63.83º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #879003 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 144 | 3 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.44 |
| HSL | 63.83º | 0.96% | 0.29% | - |
| HSV(B) | 63.83º | 0.98% | 0.56% | - |
| XYZ | 19.98 | 25.1 | 3.88 | - |
| YUV | 125.24 | 59.02 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 144 | 3 | 0.06 | 0 | 0.98 | 0.44 | 63.83 | 0.96 | 0.29 |
| Hex | 87 | 90 | 3 | 6 | 0 | 62 | 2C | 40 | 60 | 1D |
| Octal | 207 | 220 | 3 | 6 | 0 | 142 | 54 | 100 | 140 | 35 |
| Binary | 10000111 | 10010000 | 11 | 110 | 0 | 1100010 | 101100 | 1000000 | 1100000 | 11101 |
Color Harmonies of #879003
Complementary color
Monochromatic Colors of #879003
Black with #879003
Text Example
Text Example
White with #879003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879003; }
p { color: rgb(135,144,3); }
H1.HeaderClassName
{
color: #879003;
}
.AnyTagClassName
{
color: #879003;
}
</style>
background-color css
<style>
a { background-color: #879003; }
a { background-color: rgb(135,144,3); }
div.DivClassName
{
background-color: #879003;
}
.BgClassName
{
background-color: #879003;
}
</style>
border-color css
<style>
span { border-color: #879003; }
span { border-color: rgb(135,144,3); }
td.TdClassName
{
border-color: #879003;
}
.TagClassName
{
border-color: #879003;
}
</style>