Shades of Olive #8D750C
Tints of Olive #8D750C
RGB
CMYK
RGB Variations
Color information
#8D750C (or 0x8D750C) is known color: Olive. HEX triplet: 8D, 75 and 0C. RGB value is (141,117,12). Sum of RGB (Red+Green+Blue) = 141+117+12=270 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.22% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 141 - color contains mainly: red. Hex color #8D750C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D750C is #728AF3. Grayscale: #707070. Windows color (decimal): -7506676 or 816525. OLE color: 816525.
HSL color Cylindrical-coordinate representation of color #8D750C: hue angle of 48.84º 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 #8D750C is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 117 | 12 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.45 |
| HSL | 48.84º | 0.84% | 0.3% | - |
| HSV(B) | 48.84º | 0.91% | 0.55% | - |
| XYZ | 17.41 | 18.41 | 2.98 | - |
| YUV | 112.21 | 71.45 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 117 | 12 | 0 | 0.17 | 0.91 | 0.45 | 48.84 | 0.84 | 0.3 |
| Hex | 8D | 75 | C | 0 | 11 | 5B | 2D | 31 | 54 | 1E |
| Octal | 215 | 165 | 14 | 0 | 21 | 133 | 55 | 61 | 124 | 36 |
| Binary | 10001101 | 1110101 | 1100 | 0 | 10001 | 1011011 | 101101 | 110001 | 1010100 | 11110 |
Color Harmonies of #8D750C
Complementary color
Monochromatic Colors of #8D750C
Black with #8D750C
Text Example
Text Example
White with #8D750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D750C; }
p { color: rgb(141,117,12); }
H1.HeaderClassName
{
color: #8D750C;
}
.AnyTagClassName
{
color: #8D750C;
}
</style>
background-color css
<style>
a { background-color: #8D750C; }
a { background-color: rgb(141,117,12); }
div.DivClassName
{
background-color: #8D750C;
}
.BgClassName
{
background-color: #8D750C;
}
</style>
border-color css
<style>
span { border-color: #8D750C; }
span { border-color: rgb(141,117,12); }
td.TdClassName
{
border-color: #8D750C;
}
.TagClassName
{
border-color: #8D750C;
}
</style>