Shades of Corn Harvest #8E763F
Tints of Corn Harvest #8E763F
RGB
CMYK
RGB Variations
Color information
#8E763F (or 0x8E763F) is known color: Corn Harvest. HEX triplet: 8E, 76 and 3F. RGB value is (142,118,63). Sum of RGB (Red+Green+Blue) = 142+118+63=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E763F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E763F is #7189C0. Grayscale: #777777. Windows color (decimal): -7440833 or 4159118. OLE color: 4159118.
HSL color Cylindrical-coordinate representation of color #8E763F: hue angle of 41.77º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E763F is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 118 | 63 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.44 |
| HSL | 41.77º | 0.39% | 0.4% | - |
| HSV(B) | 41.77º | 0.56% | 0.56% | - |
| XYZ | 18.53 | 19.07 | 7.41 | - |
| YUV | 118.91 | 96.45 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 118 | 63 | 0 | 0.17 | 0.56 | 0.44 | 41.77 | 0.39 | 0.4 |
| Hex | 8E | 76 | 3F | 0 | 11 | 38 | 2C | 2A | 27 | 28 |
| Octal | 216 | 166 | 77 | 0 | 21 | 70 | 54 | 52 | 47 | 50 |
| Binary | 10001110 | 1110110 | 111111 | 0 | 10001 | 111000 | 101100 | 101010 | 100111 | 101000 |
Color Harmonies of #8E763F
Complementary color
Monochromatic Colors of #8E763F
Black with #8E763F
Text Example
Text Example
White with #8E763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E763F; }
p { color: rgb(142,118,63); }
H1.HeaderClassName
{
color: #8E763F;
}
.AnyTagClassName
{
color: #8E763F;
}
</style>
background-color css
<style>
a { background-color: #8E763F; }
a { background-color: rgb(142,118,63); }
div.DivClassName
{
background-color: #8E763F;
}
.BgClassName
{
background-color: #8E763F;
}
</style>
border-color css
<style>
span { border-color: #8E763F; }
span { border-color: rgb(142,118,63); }
td.TdClassName
{
border-color: #8E763F;
}
.TagClassName
{
border-color: #8E763F;
}
</style>