Shades of Olive #877001
Tints of Olive #877001
RGB
CMYK
RGB Variations
Color information
#877001 (or 0x877001) is known color: Olive. HEX triplet: 87, 70 and 01. RGB value is (135,112,1). Sum of RGB (Red+Green+Blue) = 135+112+1=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #877001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877001 is #788FFE. Grayscale: #6A6A6A. Windows color (decimal): -7901183 or 94343. OLE color: 94343.
HSL color Cylindrical-coordinate representation of color #877001: hue angle of 49.7º 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 #877001 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 112 | 1 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.47 |
| HSL | 49.7º | 0.99% | 0.27% | - |
| HSV(B) | 49.7º | 0.99% | 0.53% | - |
| XYZ | 15.79 | 16.74 | 2.43 | - |
| YUV | 106.22 | 68.62 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 112 | 1 | 0 | 0.17 | 0.99 | 0.47 | 49.7 | 0.99 | 0.27 |
| Hex | 87 | 70 | 1 | 0 | 11 | 63 | 2F | 32 | 63 | 1B |
| Octal | 207 | 160 | 1 | 0 | 21 | 143 | 57 | 62 | 143 | 33 |
| Binary | 10000111 | 1110000 | 1 | 0 | 10001 | 1100011 | 101111 | 110010 | 1100011 | 11011 |
Color Harmonies of #877001
Complementary color
Monochromatic Colors of #877001
Black with #877001
Text Example
Text Example
White with #877001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877001; }
p { color: rgb(135,112,1); }
H1.HeaderClassName
{
color: #877001;
}
.AnyTagClassName
{
color: #877001;
}
</style>
background-color css
<style>
a { background-color: #877001; }
a { background-color: rgb(135,112,1); }
div.DivClassName
{
background-color: #877001;
}
.BgClassName
{
background-color: #877001;
}
</style>
border-color css
<style>
span { border-color: #877001; }
span { border-color: rgb(135,112,1); }
td.TdClassName
{
border-color: #877001;
}
.TagClassName
{
border-color: #877001;
}
</style>