Shades of Olive #878201
Tints of Olive #878201
RGB
CMYK
RGB Variations
Color information
#878201 (or 0x878201) is known color: Olive. HEX triplet: 87, 82 and 01. RGB value is (135,130,1). Sum of RGB (Red+Green+Blue) = 135+130+1=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #878201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878201 is #787DFE. Grayscale: #757575. Windows color (decimal): -7896575 or 98951. OLE color: 98951.
HSL color Cylindrical-coordinate representation of color #878201: hue angle of 57.76º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #878201 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 130 | 1 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.47 |
| HSL | 57.76º | 0.99% | 0.27% | - |
| HSV(B) | 57.76º | 0.99% | 0.53% | - |
| XYZ | 17.98 | 21.12 | 3.16 | - |
| YUV | 116.79 | 62.66 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 130 | 1 | 0 | 0.04 | 0.99 | 0.47 | 57.76 | 0.99 | 0.27 |
| Hex | 87 | 82 | 1 | 0 | 4 | 63 | 2F | 3A | 63 | 1B |
| Octal | 207 | 202 | 1 | 0 | 4 | 143 | 57 | 72 | 143 | 33 |
| Binary | 10000111 | 10000010 | 1 | 0 | 100 | 1100011 | 101111 | 111010 | 1100011 | 11011 |
Color Harmonies of #878201
Complementary color
Monochromatic Colors of #878201
Black with #878201
Text Example
Text Example
White with #878201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878201; }
p { color: rgb(135,130,1); }
H1.HeaderClassName
{
color: #878201;
}
.AnyTagClassName
{
color: #878201;
}
</style>
background-color css
<style>
a { background-color: #878201; }
a { background-color: rgb(135,130,1); }
div.DivClassName
{
background-color: #878201;
}
.BgClassName
{
background-color: #878201;
}
</style>
border-color css
<style>
span { border-color: #878201; }
span { border-color: rgb(135,130,1); }
td.TdClassName
{
border-color: #878201;
}
.TagClassName
{
border-color: #878201;
}
</style>