Shades of Olive #8D7608
Tints of Olive #8D7608
RGB
CMYK
RGB Variations
Color information
#8D7608 (or 0x8D7608) is known color: Olive. HEX triplet: 8D, 76 and 08. RGB value is (141,118,8). Sum of RGB (Red+Green+Blue) = 141+118+8=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7608 is #7289F7. Grayscale: #707070. Windows color (decimal): -7506424 or 554637. OLE color: 554637.
HSL color Cylindrical-coordinate representation of color #8D7608: hue angle of 49.62º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D7608 is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 118 | 8 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.45 |
| HSL | 49.62º | 0.89% | 0.29% | - |
| HSV(B) | 49.62º | 0.94% | 0.55% | - |
| XYZ | 17.51 | 18.64 | 2.9 | - |
| YUV | 112.34 | 69.12 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 118 | 8 | 0 | 0.16 | 0.94 | 0.45 | 49.62 | 0.89 | 0.29 |
| Hex | 8D | 76 | 8 | 0 | 10 | 5E | 2D | 32 | 59 | 1D |
| Octal | 215 | 166 | 10 | 0 | 20 | 136 | 55 | 62 | 131 | 35 |
| Binary | 10001101 | 1110110 | 1000 | 0 | 10000 | 1011110 | 101101 | 110010 | 1011001 | 11101 |
Color Harmonies of #8D7608
Complementary color
Monochromatic Colors of #8D7608
Black with #8D7608
Text Example
Text Example
White with #8D7608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7608; }
p { color: rgb(141,118,8); }
H1.HeaderClassName
{
color: #8D7608;
}
.AnyTagClassName
{
color: #8D7608;
}
</style>
background-color css
<style>
a { background-color: #8D7608; }
a { background-color: rgb(141,118,8); }
div.DivClassName
{
background-color: #8D7608;
}
.BgClassName
{
background-color: #8D7608;
}
</style>
border-color css
<style>
span { border-color: #8D7608; }
span { border-color: rgb(141,118,8); }
td.TdClassName
{
border-color: #8D7608;
}
.TagClassName
{
border-color: #8D7608;
}
</style>