#7E822F

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

Shades of Trendy Green #7E822F

Tints of Trendy Green #7E822F

Color information

#7E822F (or 0x7E822F) is unknown color: approx Trendy Green. HEX triplet: 7E, 82 and 2F. RGB value is (126,130,47). Sum of RGB (Red+Green+Blue) = 126+130+47=303 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.58% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #7E822F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E822F is #817DD0. Grayscale: #777777. Windows color (decimal): -8486353 or 3113598. OLE color: 3113598.

HSL color Cylindrical-coordinate representation of color #7E822F: hue angle of 62.89º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E822F is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB12613047-
CMYK0.0300.640.49
HSL62.89º46.89%34.71%-
HSV(B)62.89º63.85%50.98%-
XYZ17.120.615.77-
YUV119.3487.17132.75-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.58%
GREEN value IS 130 (51.17% from 255) = 42.90%
BLUE value IS 47 (18.75% from 255) = 15.51%
R=41.58%
G=42.90%
B=15.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal126130470.0300.640.4962.8946.8934.71
Hex7E822F3040313f2f23
Octal176202573010061775743
Binary1111110100000101011111101000000110001111111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E822F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,130,47); }

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

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

 a { background-color: rgb(126,130,47); }

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

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

 span { border-color: rgb(126,130,47); }

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