Shades of Olive #877401
Tints of Olive #877401
RGB
CMYK
RGB Variations
Color information
#877401 (or 0x877401) is known color: Olive. HEX triplet: 87, 74 and 01. RGB value is (135,116,1). Sum of RGB (Red+Green+Blue) = 135+116+1=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #877401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877401 is #788BFE. Grayscale: #6D6D6D. Windows color (decimal): -7900159 or 95367. OLE color: 95367.
HSL color Cylindrical-coordinate representation of color #877401: hue angle of 51.49º 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 #877401 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 116 | 1 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.47 |
| HSL | 51.49º | 0.99% | 0.27% | - |
| HSV(B) | 51.49º | 0.99% | 0.53% | - |
| XYZ | 16.24 | 17.64 | 2.58 | - |
| YUV | 108.57 | 67.29 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 116 | 1 | 0 | 0.14 | 0.99 | 0.47 | 51.49 | 0.99 | 0.27 |
| Hex | 87 | 74 | 1 | 0 | E | 63 | 2F | 33 | 63 | 1B |
| Octal | 207 | 164 | 1 | 0 | 16 | 143 | 57 | 63 | 143 | 33 |
| Binary | 10000111 | 1110100 | 1 | 0 | 1110 | 1100011 | 101111 | 110011 | 1100011 | 11011 |
Color Harmonies of #877401
Complementary color
Monochromatic Colors of #877401
Black with #877401
Text Example
Text Example
White with #877401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877401; }
p { color: rgb(135,116,1); }
H1.HeaderClassName
{
color: #877401;
}
.AnyTagClassName
{
color: #877401;
}
</style>
background-color css
<style>
a { background-color: #877401; }
a { background-color: rgb(135,116,1); }
div.DivClassName
{
background-color: #877401;
}
.BgClassName
{
background-color: #877401;
}
</style>
border-color css
<style>
span { border-color: #877401; }
span { border-color: rgb(135,116,1); }
td.TdClassName
{
border-color: #877401;
}
.TagClassName
{
border-color: #877401;
}
</style>