Shades of Olive #8D7301
Tints of Olive #8D7301
RGB
CMYK
RGB Variations
Color information
#8D7301 (or 0x8D7301) is known color: Olive. HEX triplet: 8D, 73 and 01. RGB value is (141,115,1). Sum of RGB (Red+Green+Blue) = 141+115+1=257 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.86% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7301 is #728CFE. Grayscale: #6E6E6E. Windows color (decimal): -7507199 or 95117. OLE color: 95117.
HSL color Cylindrical-coordinate representation of color #8D7301: hue angle of 48.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D7301 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 115 | 1 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.45 |
| HSL | 48.86º | 0.99% | 0.28% | - |
| HSV(B) | 48.86º | 0.99% | 0.55% | - |
| XYZ | 17.12 | 17.93 | 2.59 | - |
| YUV | 109.78 | 66.61 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 115 | 1 | 0 | 0.18 | 0.99 | 0.45 | 48.86 | 0.99 | 0.28 |
| Hex | 8D | 73 | 1 | 0 | 12 | 63 | 2D | 31 | 63 | 1C |
| Octal | 215 | 163 | 1 | 0 | 22 | 143 | 55 | 61 | 143 | 34 |
| Binary | 10001101 | 1110011 | 1 | 0 | 10010 | 1100011 | 101101 | 110001 | 1100011 | 11100 |
Color Harmonies of #8D7301
Complementary color
Monochromatic Colors of #8D7301
Black with #8D7301
Text Example
Text Example
White with #8D7301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7301; }
p { color: rgb(141,115,1); }
H1.HeaderClassName
{
color: #8D7301;
}
.AnyTagClassName
{
color: #8D7301;
}
</style>
background-color css
<style>
a { background-color: #8D7301; }
a { background-color: rgb(141,115,1); }
div.DivClassName
{
background-color: #8D7301;
}
.BgClassName
{
background-color: #8D7301;
}
</style>
border-color css
<style>
span { border-color: #8D7301; }
span { border-color: rgb(141,115,1); }
td.TdClassName
{
border-color: #8D7301;
}
.TagClassName
{
border-color: #8D7301;
}
</style>