#7E8420

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

Shades of Trendy Green #7E8420

Tints of Trendy Green #7E8420

Color information

#7E8420 (or 0x7E8420) is unknown color: approx Trendy Green. HEX triplet: 7E, 84 and 20. RGB value is (126,132,32). Sum of RGB (Red+Green+Blue) = 126+132+32=290 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.45% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #7E8420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8420 is #817BDF. Grayscale: #777777. Windows color (decimal): -8485856 or 2131070. OLE color: 2131070.

HSL color Cylindrical-coordinate representation of color #7E8420: hue angle of 63.6º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E8420 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB12613232-
CMYK0.0500.760.48
HSL63.6º60.98%32.16%-
HSV(B)63.6º75.76%51.76%-
XYZ17.1221.044.53-
YUV118.8179.01133.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.45%
GREEN value IS 132 (51.95% from 255) = 45.52%
BLUE value IS 32 (12.89% from 255) = 11.03%
R=43.45%
G=45.52%
B=11.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126132320.0500.760.4863.660.9832.16
Hex7E8420504C30403d20
Octal1762044050114601007540
Binary111111010000100100000101010011001100001000000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,132,32); }

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

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

 a { background-color: rgb(126,132,32); }

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

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

 span { border-color: rgb(126,132,32); }

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