#7E802A

Color #7E802A Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #7E802A

Tints of Trendy Green #7E802A

Color information

#7E802A (or 0x7E802A) is unknown color: approx Trendy Green. HEX triplet: 7E, 80 and 2A. RGB value is (126,128,42). Sum of RGB (Red+Green+Blue) = 126+128+42=296 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.57% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 128 - color contains mainly: green. Hex color #7E802A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E802A is #817FD5. Grayscale: #757575. Windows color (decimal): -8486870 or 2785406. OLE color: 2785406.

HSL color Cylindrical-coordinate representation of color #7E802A: hue angle of 61.4º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E802A is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB12612842-
CMYK0.0200.670.50
HSL61.4º50.59%33.33%-
HSV(B)61.4º67.19%50.2%-
XYZ16.7420.045.18-
YUV117.685.34133.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.57%
GREEN value IS 128 (50.39% from 255) = 43.24%
BLUE value IS 42 (16.80% from 255) = 14.19%
R=42.57%
G=43.24%
B=14.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal126128420.0200.670.5061.450.5933.33
Hex7E802A2043323d3321
Octal176200522010362756341
Binary1111110100000001010101001000011110010111101110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E802A; }

 p { color: rgb(126,128,42); }

 H1.HeaderClassName
 {
   color: #7E802A;
 }
 .AnyTagClassName
 {
   color: #7E802A;
 }
</style>
background-color css

<style>
 a { background-color: #7E802A; }

 a { background-color: rgb(126,128,42); }

 div.DivClassName
 {
   background-color: #7E802A;
 }
 .BgClassName
 {
   background-color: #7E802A;
 }
</style>
border-color css

<style>
 span { border-color: #7E802A; }

 span { border-color: rgb(126,128,42); }

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