Shades of Olive #87750C
Tints of Olive #87750C
RGB
CMYK
RGB Variations
Color information
#87750C (or 0x87750C) is known color: Olive. HEX triplet: 87, 75 and 0C. RGB value is (135,117,12). Sum of RGB (Red+Green+Blue) = 135+117+12=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #87750C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87750C is #788AF3. Grayscale: #6E6E6E. Windows color (decimal): -7899892 or 816519. OLE color: 816519.
HSL color Cylindrical-coordinate representation of color #87750C: hue angle of 51.22º 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 #87750C is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 117 | 12 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.47 |
| HSL | 51.22º | 0.84% | 0.29% | - |
| HSV(B) | 51.22º | 0.91% | 0.53% | - |
| XYZ | 16.42 | 17.9 | 2.94 | - |
| YUV | 110.41 | 72.46 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 117 | 12 | 0 | 0.13 | 0.91 | 0.47 | 51.22 | 0.84 | 0.29 |
| Hex | 87 | 75 | C | 0 | D | 5B | 2F | 33 | 54 | 1D |
| Octal | 207 | 165 | 14 | 0 | 15 | 133 | 57 | 63 | 124 | 35 |
| Binary | 10000111 | 1110101 | 1100 | 0 | 1101 | 1011011 | 101111 | 110011 | 1010100 | 11101 |
Color Harmonies of #87750C
Complementary color
Monochromatic Colors of #87750C
Black with #87750C
Text Example
Text Example
White with #87750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87750C; }
p { color: rgb(135,117,12); }
H1.HeaderClassName
{
color: #87750C;
}
.AnyTagClassName
{
color: #87750C;
}
</style>
background-color css
<style>
a { background-color: #87750C; }
a { background-color: rgb(135,117,12); }
div.DivClassName
{
background-color: #87750C;
}
.BgClassName
{
background-color: #87750C;
}
</style>
border-color css
<style>
span { border-color: #87750C; }
span { border-color: rgb(135,117,12); }
td.TdClassName
{
border-color: #87750C;
}
.TagClassName
{
border-color: #87750C;
}
</style>