Shades of Corn Harvest #8E761F
Tints of Corn Harvest #8E761F
RGB
CMYK
RGB Variations
Color information
#8E761F (or 0x8E761F) is known color: Corn Harvest. HEX triplet: 8E, 76 and 1F. RGB value is (142,118,31). Sum of RGB (Red+Green+Blue) = 142+118+31=291 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.80% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 142 - color contains mainly: red. Hex color #8E761F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E761F is #7189E0. Grayscale: #737373. Windows color (decimal): -7440865 or 2061966. OLE color: 2061966.
HSL color Cylindrical-coordinate representation of color #8E761F: hue angle of 47.03º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E761F is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 118 | 31 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.44 |
| HSL | 47.03º | 0.64% | 0.34% | - |
| HSV(B) | 47.03º | 0.78% | 0.56% | - |
| XYZ | 17.88 | 18.81 | 3.98 | - |
| YUV | 115.26 | 80.45 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 118 | 31 | 0 | 0.17 | 0.78 | 0.44 | 47.03 | 0.64 | 0.34 |
| Hex | 8E | 76 | 1F | 0 | 11 | 4E | 2C | 2F | 40 | 22 |
| Octal | 216 | 166 | 37 | 0 | 21 | 116 | 54 | 57 | 100 | 42 |
| Binary | 10001110 | 1110110 | 11111 | 0 | 10001 | 1001110 | 101100 | 101111 | 1000000 | 100010 |
Color Harmonies of #8E761F
Complementary color
Monochromatic Colors of #8E761F
Black with #8E761F
Text Example
Text Example
White with #8E761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E761F; }
p { color: rgb(142,118,31); }
H1.HeaderClassName
{
color: #8E761F;
}
.AnyTagClassName
{
color: #8E761F;
}
</style>
background-color css
<style>
a { background-color: #8E761F; }
a { background-color: rgb(142,118,31); }
div.DivClassName
{
background-color: #8E761F;
}
.BgClassName
{
background-color: #8E761F;
}
</style>
border-color css
<style>
span { border-color: #8E761F; }
span { border-color: rgb(142,118,31); }
td.TdClassName
{
border-color: #8E761F;
}
.TagClassName
{
border-color: #8E761F;
}
</style>