Html Css Color HEX #8E742F Corn Harvest

📋 copy color: '#8E742F'

red 142 ◦ green 116 ◦ blue 47

#8E742F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Harvest #8E742F

Tints of Corn Harvest #8E742F

RGB

 RED value IS 142 (55.86% from 255) = 46.56%

 GREEN value IS 116 (45.7% from 255) = 38.03%

 BLUE value IS 47 (18.75% from 255) = 15.41%

R = 46.56%
G = 38.03%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#8E742F (or 0x8E742F) is known color: Corn Harvest. HEX triplet: 8E, 74 and 2F. RGB value is (142,116,47). Sum of RGB (Red+Green+Blue) = 142+116+47=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 142 - color contains mainly: red. Hex color #8E742F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E742F is #718BD0. Grayscale: #747474. Windows color (decimal): -7441361 or 3110030. OLE color: 3110030.

HSL color Cylindrical-coordinate representation of color #8E742F: hue angle of 43.58º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E742F is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 116 47 -
CMYK 0 0.18 0.67 0.44
HSL 43.58º 0.5% 0.37% -
HSV(B) 43.58º 0.67% 0.56% -
XYZ 17.91 18.45 5.31 -
YUV 115.91 89.11 146.61 -
System Red Green Blue C M Y K H S L
Decimal 142 116 47 0 0.18 0.67 0.44 43.58 0.5 0.37
Hex 8E 74 2F 0 12 43 2C 2C 32 25
Octal 216 164 57 0 22 103 54 54 62 45
Binary 10001110 1110100 101111 0 10010 1000011 101100 101100 110010 100101

Color Harmonies of #8E742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E742F

Black with #8E742F

Text Example


Text Example

White with #8E742F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E742F; }

 p { color: rgb(142,116,47); }

 H1.HeaderClassName
 {
   color: #8E742F;
 }
 .AnyTagClassName
 {
   color: #8E742F;
 }
</style>

background-color css

<style>
 a { background-color: #8E742F; }

 a { background-color: rgb(142,116,47); }

 div.DivClassName
 {
   background-color: #8E742F;
 }
 .BgClassName
 {
   background-color: #8E742F;
 }
</style>

border-color css

<style>
 span { border-color: #8E742F; }

 span { border-color: rgb(142,116,47); }

 td.TdClassName
 {
   border-color: #8E742F;
 }
 .TagClassName
 {
   border-color: #8E742F;
 }
</style>