Shades of Olive #877200
Tints of Olive #877200
RGB
CMYK
RGB Variations
Color information
#877200 (or 0x877200) is known color: Olive. HEX triplet: 87, 72 and 00. RGB value is (135,114,0). Sum of RGB (Red+Green+Blue) = 135+114+0=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #877200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877200 is #788DFF. Grayscale: #6B6B6B. Windows color (decimal): -7900672 or 29319. OLE color: 29319.
HSL color Cylindrical-coordinate representation of color #877200: hue angle of 50.67º 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 #877200 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 114 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.47 |
| HSL | 50.67º | 1% | 0.26% | - |
| HSV(B) | 50.67º | 1% | 0.53% | - |
| XYZ | 16.01 | 17.19 | 2.47 | - |
| YUV | 107.28 | 67.46 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 114 | 0 | 0 | 0.16 | 1 | 0.47 | 50.67 | 1 | 0.26 |
| Hex | 87 | 72 | 0 | 0 | 10 | 64 | 2F | 33 | 64 | 1A |
| Octal | 207 | 162 | 0 | 0 | 20 | 144 | 57 | 63 | 144 | 32 |
| Binary | 10000111 | 1110010 | 0 | 0 | 10000 | 1100100 | 101111 | 110011 | 1100100 | 11010 |
Color Harmonies of #877200
Complementary color
Monochromatic Colors of #877200
Black with #877200
Text Example
Text Example
White with #877200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877200; }
p { color: rgb(135,114,0); }
H1.HeaderClassName
{
color: #877200;
}
.AnyTagClassName
{
color: #877200;
}
</style>
background-color css
<style>
a { background-color: #877200; }
a { background-color: rgb(135,114,0); }
div.DivClassName
{
background-color: #877200;
}
.BgClassName
{
background-color: #877200;
}
</style>
border-color css
<style>
span { border-color: #877200; }
span { border-color: rgb(135,114,0); }
td.TdClassName
{
border-color: #877200;
}
.TagClassName
{
border-color: #877200;
}
</style>