Shades of Olive #8B740C
Tints of Olive #8B740C
RGB
CMYK
RGB Variations
Color information
#8B740C (or 0x8B740C) is known color: Olive. HEX triplet: 8B, 74 and 0C. RGB value is (139,116,12). Sum of RGB (Red+Green+Blue) = 139+116+12=267 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.06% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 139 - color contains mainly: red. Hex color #8B740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B740C is #748BF3. Grayscale: #6F6F6F. Windows color (decimal): -7638004 or 816267. OLE color: 816267.
HSL color Cylindrical-coordinate representation of color #8B740C: hue angle of 49.13º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B740C is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 116 | 12 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.45 |
| HSL | 49.13º | 0.84% | 0.3% | - |
| HSV(B) | 49.13º | 0.91% | 0.55% | - |
| XYZ | 16.96 | 18.01 | 2.93 | - |
| YUV | 111.02 | 72.12 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 116 | 12 | 0 | 0.17 | 0.91 | 0.45 | 49.13 | 0.84 | 0.3 |
| Hex | 8B | 74 | C | 0 | 11 | 5B | 2D | 31 | 54 | 1E |
| Octal | 213 | 164 | 14 | 0 | 21 | 133 | 55 | 61 | 124 | 36 |
| Binary | 10001011 | 1110100 | 1100 | 0 | 10001 | 1011011 | 101101 | 110001 | 1010100 | 11110 |
Color Harmonies of #8B740C
Complementary color
Monochromatic Colors of #8B740C
Black with #8B740C
Text Example
Text Example
White with #8B740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B740C; }
p { color: rgb(139,116,12); }
H1.HeaderClassName
{
color: #8B740C;
}
.AnyTagClassName
{
color: #8B740C;
}
</style>
background-color css
<style>
a { background-color: #8B740C; }
a { background-color: rgb(139,116,12); }
div.DivClassName
{
background-color: #8B740C;
}
.BgClassName
{
background-color: #8B740C;
}
</style>
border-color css
<style>
span { border-color: #8B740C; }
span { border-color: rgb(139,116,12); }
td.TdClassName
{
border-color: #8B740C;
}
.TagClassName
{
border-color: #8B740C;
}
</style>