Shades of Olive #8C740B
Tints of Olive #8C740B
RGB
CMYK
RGB Variations
Color information
#8C740B (or 0x8C740B) is known color: Olive. HEX triplet: 8C, 74 and 0B. RGB value is (140,116,11). Sum of RGB (Red+Green+Blue) = 140+116+11=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C740B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C740B is #738BF4. Grayscale: #6F6F6F. Windows color (decimal): -7572469 or 750732. OLE color: 750732.
HSL color Cylindrical-coordinate representation of color #8C740B: hue angle of 48.84º degrees, saturation: 0.85, 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 #8C740B is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 116 | 11 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.45 |
| HSL | 48.84º | 0.85% | 0.3% | - |
| HSV(B) | 48.84º | 0.92% | 0.55% | - |
| XYZ | 17.12 | 18.09 | 2.91 | - |
| YUV | 111.21 | 71.45 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 116 | 11 | 0 | 0.17 | 0.92 | 0.45 | 48.84 | 0.85 | 0.3 |
| Hex | 8C | 74 | B | 0 | 11 | 5C | 2D | 31 | 55 | 1E |
| Octal | 214 | 164 | 13 | 0 | 21 | 134 | 55 | 61 | 125 | 36 |
| Binary | 10001100 | 1110100 | 1011 | 0 | 10001 | 1011100 | 101101 | 110001 | 1010101 | 11110 |
Color Harmonies of #8C740B
Complementary color
Monochromatic Colors of #8C740B
Black with #8C740B
Text Example
Text Example
White with #8C740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C740B; }
p { color: rgb(140,116,11); }
H1.HeaderClassName
{
color: #8C740B;
}
.AnyTagClassName
{
color: #8C740B;
}
</style>
background-color css
<style>
a { background-color: #8C740B; }
a { background-color: rgb(140,116,11); }
div.DivClassName
{
background-color: #8C740B;
}
.BgClassName
{
background-color: #8C740B;
}
</style>
border-color css
<style>
span { border-color: #8C740B; }
span { border-color: rgb(140,116,11); }
td.TdClassName
{
border-color: #8C740B;
}
.TagClassName
{
border-color: #8C740B;
}
</style>