Shades of Olive #87740C
Tints of Olive #87740C
RGB
CMYK
RGB Variations
Color information
#87740C (or 0x87740C) is known color: Olive. HEX triplet: 87, 74 and 0C. RGB value is (135,116,12). Sum of RGB (Red+Green+Blue) = 135+116+12=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #87740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87740C is #788BF3. Grayscale: #6E6E6E. Windows color (decimal): -7900148 or 816263. OLE color: 816263.
HSL color Cylindrical-coordinate representation of color #87740C: hue angle of 50.73º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87740C is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 116 | 12 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.47 |
| HSL | 50.73º | 0.84% | 0.29% | - |
| HSV(B) | 50.73º | 0.91% | 0.53% | - |
| XYZ | 16.3 | 17.67 | 2.9 | - |
| YUV | 109.83 | 72.79 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 116 | 12 | 0 | 0.14 | 0.91 | 0.47 | 50.73 | 0.84 | 0.29 |
| Hex | 87 | 74 | C | 0 | E | 5B | 2F | 33 | 54 | 1D |
| Octal | 207 | 164 | 14 | 0 | 16 | 133 | 57 | 63 | 124 | 35 |
| Binary | 10000111 | 1110100 | 1100 | 0 | 1110 | 1011011 | 101111 | 110011 | 1010100 | 11101 |
Color Harmonies of #87740C
Complementary color
Monochromatic Colors of #87740C
Black with #87740C
Text Example
Text Example
White with #87740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87740C; }
p { color: rgb(135,116,12); }
H1.HeaderClassName
{
color: #87740C;
}
.AnyTagClassName
{
color: #87740C;
}
</style>
background-color css
<style>
a { background-color: #87740C; }
a { background-color: rgb(135,116,12); }
div.DivClassName
{
background-color: #87740C;
}
.BgClassName
{
background-color: #87740C;
}
</style>
border-color css
<style>
span { border-color: #87740C; }
span { border-color: rgb(135,116,12); }
td.TdClassName
{
border-color: #87740C;
}
.TagClassName
{
border-color: #87740C;
}
</style>