Shades of Olive #8D7601
Tints of Olive #8D7601
RGB
CMYK
RGB Variations
Color information
#8D7601 (or 0x8D7601) is known color: Olive. HEX triplet: 8D, 76 and 01. RGB value is (141,118,1). Sum of RGB (Red+Green+Blue) = 141+118+1=260 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.23% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7601 is #7289FE. Grayscale: #707070. Windows color (decimal): -7506431 or 95885. OLE color: 95885.
HSL color Cylindrical-coordinate representation of color #8D7601: hue angle of 50.14º 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 #8D7601 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 118 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.45 |
| HSL | 50.14º | 0.99% | 0.28% | - |
| HSV(B) | 50.14º | 0.99% | 0.55% | - |
| XYZ | 17.47 | 18.62 | 2.7 | - |
| YUV | 111.54 | 65.62 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 118 | 1 | 0 | 0.16 | 0.99 | 0.45 | 50.14 | 0.99 | 0.28 |
| Hex | 8D | 76 | 1 | 0 | 10 | 63 | 2D | 32 | 63 | 1C |
| Octal | 215 | 166 | 1 | 0 | 20 | 143 | 55 | 62 | 143 | 34 |
| Binary | 10001101 | 1110110 | 1 | 0 | 10000 | 1100011 | 101101 | 110010 | 1100011 | 11100 |
Color Harmonies of #8D7601
Complementary color
Monochromatic Colors of #8D7601
Black with #8D7601
Text Example
Text Example
White with #8D7601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7601; }
p { color: rgb(141,118,1); }
H1.HeaderClassName
{
color: #8D7601;
}
.AnyTagClassName
{
color: #8D7601;
}
</style>
background-color css
<style>
a { background-color: #8D7601; }
a { background-color: rgb(141,118,1); }
div.DivClassName
{
background-color: #8D7601;
}
.BgClassName
{
background-color: #8D7601;
}
</style>
border-color css
<style>
span { border-color: #8D7601; }
span { border-color: rgb(141,118,1); }
td.TdClassName
{
border-color: #8D7601;
}
.TagClassName
{
border-color: #8D7601;
}
</style>