Shades of Olive #8D780C
Tints of Olive #8D780C
RGB
CMYK
RGB Variations
Color information
#8D780C (or 0x8D780C) is known color: Olive. HEX triplet: 8D, 78 and 0C. RGB value is (141,120,12). Sum of RGB (Red+Green+Blue) = 141+120+12=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D780C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D780C is #7287F3. Grayscale: #727272. Windows color (decimal): -7505908 or 817293. OLE color: 817293.
HSL color Cylindrical-coordinate representation of color #8D780C: hue angle of 50.23º 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 #8D780C is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 120 | 12 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.45 |
| HSL | 50.23º | 0.84% | 0.3% | - |
| HSV(B) | 50.23º | 0.91% | 0.55% | - |
| XYZ | 17.77 | 19.12 | 3.1 | - |
| YUV | 113.97 | 70.46 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 12 | 0 | 0.15 | 0.91 | 0.45 | 50.23 | 0.84 | 0.3 |
| Hex | 8D | 78 | C | 0 | F | 5B | 2D | 32 | 54 | 1E |
| Octal | 215 | 170 | 14 | 0 | 17 | 133 | 55 | 62 | 124 | 36 |
| Binary | 10001101 | 1111000 | 1100 | 0 | 1111 | 1011011 | 101101 | 110010 | 1010100 | 11110 |
Color Harmonies of #8D780C
Complementary color
Monochromatic Colors of #8D780C
Black with #8D780C
Text Example
Text Example
White with #8D780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D780C; }
p { color: rgb(141,120,12); }
H1.HeaderClassName
{
color: #8D780C;
}
.AnyTagClassName
{
color: #8D780C;
}
</style>
background-color css
<style>
a { background-color: #8D780C; }
a { background-color: rgb(141,120,12); }
div.DivClassName
{
background-color: #8D780C;
}
.BgClassName
{
background-color: #8D780C;
}
</style>
border-color css
<style>
span { border-color: #8D780C; }
span { border-color: rgb(141,120,12); }
td.TdClassName
{
border-color: #8D780C;
}
.TagClassName
{
border-color: #8D780C;
}
</style>