Shades of Olive #879601
Tints of Olive #879601
RGB
CMYK
RGB Variations
Color information
#879601 (or 0x879601) is known color: Olive. HEX triplet: 87, 96 and 01. RGB value is (135,150,1). Sum of RGB (Red+Green+Blue) = 135+150+1=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #879601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #879601 is #7869FE. Grayscale: #818181. Windows color (decimal): -7891455 or 104071. OLE color: 104071.
HSL color Cylindrical-coordinate representation of color #879601: hue angle of 66.04º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #879601 is Cyan = 0.1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 135 | 150 | 1 | - |
| CMYK | 0.1 | 0 | 0.99 | 0.41 |
| HSL | 66.04º | 0.99% | 0.3% | - |
| HSV(B) | 66.04º | 0.99% | 0.59% | - |
| XYZ | 20.9 | 26.97 | 4.13 | - |
| YUV | 128.53 | 56.03 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 150 | 1 | 0.1 | 0 | 0.99 | 0.41 | 66.04 | 0.99 | 0.3 |
| Hex | 87 | 96 | 1 | A | 0 | 63 | 29 | 42 | 63 | 1E |
| Octal | 207 | 226 | 1 | 12 | 0 | 143 | 51 | 102 | 143 | 36 |
| Binary | 10000111 | 10010110 | 1 | 1010 | 0 | 1100011 | 101001 | 1000010 | 1100011 | 11110 |
Color Harmonies of #879601
Complementary color
Monochromatic Colors of #879601
Black with #879601
Text Example
Text Example
White with #879601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879601; }
p { color: rgb(135,150,1); }
H1.HeaderClassName
{
color: #879601;
}
.AnyTagClassName
{
color: #879601;
}
</style>
background-color css
<style>
a { background-color: #879601; }
a { background-color: rgb(135,150,1); }
div.DivClassName
{
background-color: #879601;
}
.BgClassName
{
background-color: #879601;
}
</style>
border-color css
<style>
span { border-color: #879601; }
span { border-color: rgb(135,150,1); }
td.TdClassName
{
border-color: #879601;
}
.TagClassName
{
border-color: #879601;
}
</style>