#8E761F

Color #8E761F Corn Harvest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Harvest #8E761F

Tints of Corn Harvest #8E761F

Color information

#8E761F (or 0x8E761F) is unknown color: approx 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

RGB14211831-
CMYK00.170.780.44
HSL47.03º64.16%33.92%-
HSV(B)47.03º78.17%55.69%-
XYZ17.8818.813.98-
YUV115.2680.45147.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 48.80%
GREEN value IS 118 (46.48% from 255) = 40.55%
BLUE value IS 31 (12.5% from 255) = 10.65%
R=48.80%
G=40.55%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421183100.170.780.4447.0364.1633.92
Hex8E761F0114E2C2f4022
Octal21616637021116545710042
Binary1000111011101101111101000110011101011001011111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E761F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>