Html Css Color HEX #8E761B Corn Harvest

📋 copy color: '#8E761B'

red 142 ◦ green 118 ◦ blue 27

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

Shades of Corn Harvest #8E761B

Tints of Corn Harvest #8E761B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.11%

 BLUE value IS 27 (10.94% from 255) = 9.41%

R = 49.48%
G = 41.11%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#8E761B (or 0x8E761B) is known color: Corn Harvest. HEX triplet: 8E, 76 and 1B. RGB value is (142,118,27). Sum of RGB (Red+Green+Blue) = 142+118+27=287 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.48% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 142 - color contains mainly: red. Hex color #8E761B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E761B is #7189E4. Grayscale: #737373. Windows color (decimal): -7440869 or 1799822. OLE color: 1799822.

HSL color Cylindrical-coordinate representation of color #8E761B: hue angle of 47.48º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E761B is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 118 27 -
CMYK 0 0.17 0.81 0.44
HSL 47.48º 0.68% 0.33% -
HSV(B) 47.48º 0.81% 0.56% -
XYZ 17.83 18.79 3.72 -
YUV 114.8 78.45 147.4 -
System Red Green Blue C M Y K H S L
Decimal 142 118 27 0 0.17 0.81 0.44 47.48 0.68 0.33
Hex 8E 76 1B 0 11 51 2C 2F 44 21
Octal 216 166 33 0 21 121 54 57 104 41
Binary 10001110 1110110 11011 0 10001 1010001 101100 101111 1000100 100001

Color Harmonies of #8E761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E761B

Black with #8E761B

Text Example


Text Example

White with #8E761B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,118,27); }

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

background-color css

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

 a { background-color: rgb(142,118,27); }

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

border-color css

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

 span { border-color: rgb(142,118,27); }

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