Shades of Olive #877100
Tints of Olive #877100
RGB
CMYK
RGB Variations
Color information
#877100 (or 0x877100) is known color: Olive. HEX triplet: 87, 71 and 00. RGB value is (135,113,0). Sum of RGB (Red+Green+Blue) = 135+113+0=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #877100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877100 is #788EFF. Grayscale: #6B6B6B. Windows color (decimal): -7900928 or 29063. OLE color: 29063.
HSL color Cylindrical-coordinate representation of color #877100: hue angle of 50.22º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #877100 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 113 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.47 |
| HSL | 50.22º | 1% | 0.26% | - |
| HSV(B) | 50.22º | 1% | 0.53% | - |
| XYZ | 15.9 | 16.96 | 2.44 | - |
| YUV | 106.7 | 67.79 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 113 | 0 | 0 | 0.16 | 1 | 0.47 | 50.22 | 1 | 0.26 |
| Hex | 87 | 71 | 0 | 0 | 10 | 64 | 2F | 32 | 64 | 1A |
| Octal | 207 | 161 | 0 | 0 | 20 | 144 | 57 | 62 | 144 | 32 |
| Binary | 10000111 | 1110001 | 0 | 0 | 10000 | 1100100 | 101111 | 110010 | 1100100 | 11010 |
Color Harmonies of #877100
Complementary color
Monochromatic Colors of #877100
Black with #877100
Text Example
Text Example
White with #877100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877100; }
p { color: rgb(135,113,0); }
H1.HeaderClassName
{
color: #877100;
}
.AnyTagClassName
{
color: #877100;
}
</style>
background-color css
<style>
a { background-color: #877100; }
a { background-color: rgb(135,113,0); }
div.DivClassName
{
background-color: #877100;
}
.BgClassName
{
background-color: #877100;
}
</style>
border-color css
<style>
span { border-color: #877100; }
span { border-color: rgb(135,113,0); }
td.TdClassName
{
border-color: #877100;
}
.TagClassName
{
border-color: #877100;
}
</style>