Shades of Olive #879201
Tints of Olive #879201
RGB
CMYK
RGB Variations
Color information
#879201 (or 0x879201) is known color: Olive. HEX triplet: 87, 92 and 01. RGB value is (135,146,1). Sum of RGB (Red+Green+Blue) = 135+146+1=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #879201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #879201 is #786DFE. Grayscale: #7E7E7E. Windows color (decimal): -7892479 or 103047. OLE color: 103047.
HSL color Cylindrical-coordinate representation of color #879201: hue angle of 64.55º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #879201 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 146 | 1 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.43 |
| HSL | 64.55º | 0.99% | 0.29% | - |
| HSV(B) | 64.55º | 0.99% | 0.57% | - |
| XYZ | 20.28 | 25.71 | 3.92 | - |
| YUV | 126.18 | 57.36 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 146 | 1 | 0.08 | 0 | 0.99 | 0.43 | 64.55 | 0.99 | 0.29 |
| Hex | 87 | 92 | 1 | 8 | 0 | 63 | 2B | 41 | 63 | 1D |
| Octal | 207 | 222 | 1 | 10 | 0 | 143 | 53 | 101 | 143 | 35 |
| Binary | 10000111 | 10010010 | 1 | 1000 | 0 | 1100011 | 101011 | 1000001 | 1100011 | 11101 |
Color Harmonies of #879201
Complementary color
Monochromatic Colors of #879201
Black with #879201
Text Example
Text Example
White with #879201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879201; }
p { color: rgb(135,146,1); }
H1.HeaderClassName
{
color: #879201;
}
.AnyTagClassName
{
color: #879201;
}
</style>
background-color css
<style>
a { background-color: #879201; }
a { background-color: rgb(135,146,1); }
div.DivClassName
{
background-color: #879201;
}
.BgClassName
{
background-color: #879201;
}
</style>
border-color css
<style>
span { border-color: #879201; }
span { border-color: rgb(135,146,1); }
td.TdClassName
{
border-color: #879201;
}
.TagClassName
{
border-color: #879201;
}
</style>