Shades of Olive #8D7705
Tints of Olive #8D7705
RGB
CMYK
RGB Variations
Color information
#8D7705 (or 0x8D7705) is known color: Olive. HEX triplet: 8D, 77 and 05. RGB value is (141,119,5). Sum of RGB (Red+Green+Blue) = 141+119+5=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7705 is #7288FA. Grayscale: #717171. Windows color (decimal): -7506171 or 358285. OLE color: 358285.
HSL color Cylindrical-coordinate representation of color #8D7705: hue angle of 50.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D7705 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 119 | 5 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.45 |
| HSL | 50.29º | 0.93% | 0.29% | - |
| HSV(B) | 50.29º | 0.96% | 0.55% | - |
| XYZ | 17.61 | 18.87 | 2.86 | - |
| YUV | 112.58 | 67.29 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 119 | 5 | 0 | 0.16 | 0.96 | 0.45 | 50.29 | 0.93 | 0.29 |
| Hex | 8D | 77 | 5 | 0 | 10 | 60 | 2D | 32 | 5D | 1D |
| Octal | 215 | 167 | 5 | 0 | 20 | 140 | 55 | 62 | 135 | 35 |
| Binary | 10001101 | 1110111 | 101 | 0 | 10000 | 1100000 | 101101 | 110010 | 1011101 | 11101 |
Color Harmonies of #8D7705
Complementary color
Monochromatic Colors of #8D7705
Black with #8D7705
Text Example
Text Example
White with #8D7705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7705; }
p { color: rgb(141,119,5); }
H1.HeaderClassName
{
color: #8D7705;
}
.AnyTagClassName
{
color: #8D7705;
}
</style>
background-color css
<style>
a { background-color: #8D7705; }
a { background-color: rgb(141,119,5); }
div.DivClassName
{
background-color: #8D7705;
}
.BgClassName
{
background-color: #8D7705;
}
</style>
border-color css
<style>
span { border-color: #8D7705; }
span { border-color: rgb(141,119,5); }
td.TdClassName
{
border-color: #8D7705;
}
.TagClassName
{
border-color: #8D7705;
}
</style>