Shades of Olive #8D7F10
Tints of Olive #8D7F10
RGB
CMYK
RGB Variations
Color information
#8D7F10 (or 0x8D7F10) is known color: Olive. HEX triplet: 8D, 7F and 10. RGB value is (141,127,16). Sum of RGB (Red+Green+Blue) = 141+127+16=284 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.65% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7F10 is #7280EF. Grayscale: #767676. Windows color (decimal): -7504112 or 1081229. OLE color: 1081229.
HSL color Cylindrical-coordinate representation of color #8D7F10: hue angle of 53.28º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D7F10 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 127 | 16 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.45 |
| HSL | 53.28º | 0.8% | 0.31% | - |
| HSV(B) | 53.28º | 0.89% | 0.55% | - |
| XYZ | 18.67 | 20.88 | 3.54 | - |
| YUV | 118.53 | 70.14 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 127 | 16 | 0 | 0.10 | 0.89 | 0.45 | 53.28 | 0.8 | 0.31 |
| Hex | 8D | 7F | 10 | 0 | A | 59 | 2D | 35 | 50 | 1F |
| Octal | 215 | 177 | 20 | 0 | 12 | 131 | 55 | 65 | 120 | 37 |
| Binary | 10001101 | 1111111 | 10000 | 0 | 1010 | 1011001 | 101101 | 110101 | 1010000 | 11111 |
Color Harmonies of #8D7F10
Complementary color
Monochromatic Colors of #8D7F10
Black with #8D7F10
Text Example
Text Example
White with #8D7F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7F10; }
p { color: rgb(141,127,16); }
H1.HeaderClassName
{
color: #8D7F10;
}
.AnyTagClassName
{
color: #8D7F10;
}
</style>
background-color css
<style>
a { background-color: #8D7F10; }
a { background-color: rgb(141,127,16); }
div.DivClassName
{
background-color: #8D7F10;
}
.BgClassName
{
background-color: #8D7F10;
}
</style>
border-color css
<style>
span { border-color: #8D7F10; }
span { border-color: rgb(141,127,16); }
td.TdClassName
{
border-color: #8D7F10;
}
.TagClassName
{
border-color: #8D7F10;
}
</style>