#7E901E

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

Shades of Trendy Green #7E901E

Tints of Trendy Green #7E901E

Color information

#7E901E (or 0x7E901E) is unknown color: approx Trendy Green. HEX triplet: 7E, 90 and 1E. RGB value is (126,144,30). Sum of RGB (Red+Green+Blue) = 126+144+30=300 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #7E901E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E901E is #816FE1. Grayscale: #7E7E7E. Windows color (decimal): -8482786 or 2003070. OLE color: 2003070.

HSL color Cylindrical-coordinate representation of color #7E901E: hue angle of 69.47º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E901E is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB12614430-
CMYK0.1200.790.44
HSL69.47º65.52%34.12%-
HSV(B)69.47º79.17%56.47%-
XYZ18.8124.484.96-
YUV125.6274.04128.27-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42%
GREEN value IS 144 (56.64% from 255) = 48%
BLUE value IS 30 (12.11% from 255) = 10%
R=42%
G=48%
B=10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126144300.1200.790.4469.4765.5234.12
Hex7E901EC04F2C454222
Octal176220361401175410510242
Binary1111110100100001111011000100111110110010001011000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E901E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,144,30); }

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

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

 a { background-color: rgb(126,144,30); }

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

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

 span { border-color: rgb(126,144,30); }

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