Shades of Olive #8C7910
Tints of Olive #8C7910
RGB
CMYK
RGB Variations
Color information
#8C7910 (or 0x8C7910) is known color: Olive. HEX triplet: 8C, 79 and 10. RGB value is (140,121,16). Sum of RGB (Red+Green+Blue) = 140+121+16=277 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.54% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7910 is #7386EF. Grayscale: #737373. Windows color (decimal): -7571184 or 1079692. OLE color: 1079692.
HSL color Cylindrical-coordinate representation of color #8C7910: hue angle of 50.81º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C7910 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 121 | 16 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.45 |
| HSL | 50.81º | 0.79% | 0.31% | - |
| HSV(B) | 50.81º | 0.89% | 0.55% | - |
| XYZ | 17.75 | 19.29 | 3.28 | - |
| YUV | 114.71 | 72.29 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 121 | 16 | 0 | 0.14 | 0.89 | 0.45 | 50.81 | 0.79 | 0.31 |
| Hex | 8C | 79 | 10 | 0 | E | 59 | 2D | 33 | 4F | 1F |
| Octal | 214 | 171 | 20 | 0 | 16 | 131 | 55 | 63 | 117 | 37 |
| Binary | 10001100 | 1111001 | 10000 | 0 | 1110 | 1011001 | 101101 | 110011 | 1001111 | 11111 |
Color Harmonies of #8C7910
Complementary color
Monochromatic Colors of #8C7910
Black with #8C7910
Text Example
Text Example
White with #8C7910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7910; }
p { color: rgb(140,121,16); }
H1.HeaderClassName
{
color: #8C7910;
}
.AnyTagClassName
{
color: #8C7910;
}
</style>
background-color css
<style>
a { background-color: #8C7910; }
a { background-color: rgb(140,121,16); }
div.DivClassName
{
background-color: #8C7910;
}
.BgClassName
{
background-color: #8C7910;
}
</style>
border-color css
<style>
span { border-color: #8C7910; }
span { border-color: rgb(140,121,16); }
td.TdClassName
{
border-color: #8C7910;
}
.TagClassName
{
border-color: #8C7910;
}
</style>