Shades of Olive #8D740B
Tints of Olive #8D740B
RGB
CMYK
RGB Variations
Color information
#8D740B (or 0x8D740B) is known color: Olive. HEX triplet: 8D, 74 and 0B. RGB value is (141,116,11). Sum of RGB (Red+Green+Blue) = 141+116+11=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D740B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D740B is #728BF4. Grayscale: #6F6F6F. Windows color (decimal): -7506933 or 750733. OLE color: 750733.
HSL color Cylindrical-coordinate representation of color #8D740B: hue angle of 48.46º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D740B is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 116 | 11 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.45 |
| HSL | 48.46º | 0.86% | 0.3% | - |
| HSV(B) | 48.46º | 0.92% | 0.55% | - |
| XYZ | 17.29 | 18.18 | 2.91 | - |
| YUV | 111.51 | 71.28 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 116 | 11 | 0 | 0.18 | 0.92 | 0.45 | 48.46 | 0.86 | 0.3 |
| Hex | 8D | 74 | B | 0 | 12 | 5C | 2D | 30 | 56 | 1E |
| Octal | 215 | 164 | 13 | 0 | 22 | 134 | 55 | 60 | 126 | 36 |
| Binary | 10001101 | 1110100 | 1011 | 0 | 10010 | 1011100 | 101101 | 110000 | 1010110 | 11110 |
Color Harmonies of #8D740B
Complementary color
Monochromatic Colors of #8D740B
Black with #8D740B
Text Example
Text Example
White with #8D740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D740B; }
p { color: rgb(141,116,11); }
H1.HeaderClassName
{
color: #8D740B;
}
.AnyTagClassName
{
color: #8D740B;
}
</style>
background-color css
<style>
a { background-color: #8D740B; }
a { background-color: rgb(141,116,11); }
div.DivClassName
{
background-color: #8D740B;
}
.BgClassName
{
background-color: #8D740B;
}
</style>
border-color css
<style>
span { border-color: #8D740B; }
span { border-color: rgb(141,116,11); }
td.TdClassName
{
border-color: #8D740B;
}
.TagClassName
{
border-color: #8D740B;
}
</style>