Shades of Corn Harvest #8E763B
Tints of Corn Harvest #8E763B
RGB
CMYK
RGB Variations
Color information
#8E763B (or 0x8E763B) is known color: Corn Harvest. HEX triplet: 8E, 76 and 3B. RGB value is (142,118,59). Sum of RGB (Red+Green+Blue) = 142+118+59=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 142 - color contains mainly: red. Hex color #8E763B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E763B is #7189C4. Grayscale: #767676. Windows color (decimal): -7440837 or 3896974. OLE color: 3896974.
HSL color Cylindrical-coordinate representation of color #8E763B: hue angle of 42.65º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E763B is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 118 | 59 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.44 |
| HSL | 42.65º | 0.41% | 0.39% | - |
| HSV(B) | 42.65º | 0.58% | 0.56% | - |
| XYZ | 18.42 | 19.02 | 6.84 | - |
| YUV | 118.45 | 94.45 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 118 | 59 | 0 | 0.17 | 0.58 | 0.44 | 42.65 | 0.41 | 0.39 |
| Hex | 8E | 76 | 3B | 0 | 11 | 3A | 2C | 2B | 29 | 27 |
| Octal | 216 | 166 | 73 | 0 | 21 | 72 | 54 | 53 | 51 | 47 |
| Binary | 10001110 | 1110110 | 111011 | 0 | 10001 | 111010 | 101100 | 101011 | 101001 | 100111 |
Color Harmonies of #8E763B
Complementary color
Monochromatic Colors of #8E763B
Black with #8E763B
Text Example
Text Example
White with #8E763B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E763B; }
p { color: rgb(142,118,59); }
H1.HeaderClassName
{
color: #8E763B;
}
.AnyTagClassName
{
color: #8E763B;
}
</style>
background-color css
<style>
a { background-color: #8E763B; }
a { background-color: rgb(142,118,59); }
div.DivClassName
{
background-color: #8E763B;
}
.BgClassName
{
background-color: #8E763B;
}
</style>
border-color css
<style>
span { border-color: #8E763B; }
span { border-color: rgb(142,118,59); }
td.TdClassName
{
border-color: #8E763B;
}
.TagClassName
{
border-color: #8E763B;
}
</style>