Shades of Olive #87750E
Tints of Olive #87750E
RGB
CMYK
RGB Variations
Color information
#87750E (or 0x87750E) is known color: Olive. HEX triplet: 87, 75 and 0E. RGB value is (135,117,14). Sum of RGB (Red+Green+Blue) = 135+117+14=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #87750E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87750E is #788AF1. Grayscale: #6F6F6F. Windows color (decimal): -7899890 or 947591. OLE color: 947591.
HSL color Cylindrical-coordinate representation of color #87750E: hue angle of 51.07º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87750E is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 117 | 14 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.47 |
| HSL | 51.07º | 0.81% | 0.29% | - |
| HSV(B) | 51.07º | 0.9% | 0.53% | - |
| XYZ | 16.43 | 17.91 | 3.01 | - |
| YUV | 110.64 | 73.46 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 117 | 14 | 0 | 0.13 | 0.90 | 0.47 | 51.07 | 0.81 | 0.29 |
| Hex | 87 | 75 | E | 0 | D | 5A | 2F | 33 | 51 | 1D |
| Octal | 207 | 165 | 16 | 0 | 15 | 132 | 57 | 63 | 121 | 35 |
| Binary | 10000111 | 1110101 | 1110 | 0 | 1101 | 1011010 | 101111 | 110011 | 1010001 | 11101 |
Color Harmonies of #87750E
Complementary color
Monochromatic Colors of #87750E
Black with #87750E
Text Example
Text Example
White with #87750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87750E; }
p { color: rgb(135,117,14); }
H1.HeaderClassName
{
color: #87750E;
}
.AnyTagClassName
{
color: #87750E;
}
</style>
background-color css
<style>
a { background-color: #87750E; }
a { background-color: rgb(135,117,14); }
div.DivClassName
{
background-color: #87750E;
}
.BgClassName
{
background-color: #87750E;
}
</style>
border-color css
<style>
span { border-color: #87750E; }
span { border-color: rgb(135,117,14); }
td.TdClassName
{
border-color: #87750E;
}
.TagClassName
{
border-color: #87750E;
}
</style>