Shades of Olive #877C01
Tints of Olive #877C01
RGB
CMYK
RGB Variations
Color information
#877C01 (or 0x877C01) is known color: Olive. HEX triplet: 87, 7C and 01. RGB value is (135,124,1). Sum of RGB (Red+Green+Blue) = 135+124+1=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 124 (48.83% from 255 or 47.69% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #877C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877C01 is #7883FE. Grayscale: #717171. Windows color (decimal): -7898111 or 97415. OLE color: 97415.
HSL color Cylindrical-coordinate representation of color #877C01: hue angle of 55.07º 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 #877C01 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 124 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.47 |
| HSL | 55.07º | 0.99% | 0.27% | - |
| HSV(B) | 55.07º | 0.99% | 0.53% | - |
| XYZ | 17.2 | 19.57 | 2.9 | - |
| YUV | 113.27 | 64.64 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 1 | 0 | 0.08 | 0.99 | 0.47 | 55.07 | 0.99 | 0.27 |
| Hex | 87 | 7C | 1 | 0 | 8 | 63 | 2F | 37 | 63 | 1B |
| Octal | 207 | 174 | 1 | 0 | 10 | 143 | 57 | 67 | 143 | 33 |
| Binary | 10000111 | 1111100 | 1 | 0 | 1000 | 1100011 | 101111 | 110111 | 1100011 | 11011 |
Color Harmonies of #877C01
Complementary color
Monochromatic Colors of #877C01
Black with #877C01
Text Example
Text Example
White with #877C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877C01; }
p { color: rgb(135,124,1); }
H1.HeaderClassName
{
color: #877C01;
}
.AnyTagClassName
{
color: #877C01;
}
</style>
background-color css
<style>
a { background-color: #877C01; }
a { background-color: rgb(135,124,1); }
div.DivClassName
{
background-color: #877C01;
}
.BgClassName
{
background-color: #877C01;
}
</style>
border-color css
<style>
span { border-color: #877C01; }
span { border-color: rgb(135,124,1); }
td.TdClassName
{
border-color: #877C01;
}
.TagClassName
{
border-color: #877C01;
}
</style>