#7E8229

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

Shades of Trendy Green #7E8229

Tints of Trendy Green #7E8229

Color information

#7E8229 (or 0x7E8229) is unknown color: approx Trendy Green. HEX triplet: 7E, 82 and 29. RGB value is (126,130,41). Sum of RGB (Red+Green+Blue) = 126+130+41=297 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.42% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #7E8229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8229 is #817DD6. Grayscale: #777777. Windows color (decimal): -8486359 or 2720382. OLE color: 2720382.

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

Color convert

RGB12613041-
CMYK0.0300.680.49
HSL62.7º52.05%33.53%-
HSV(B)62.7º68.46%50.98%-
XYZ16.9920.565.17-
YUV118.6684.17133.24-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.42%
GREEN value IS 130 (51.17% from 255) = 43.77%
BLUE value IS 41 (16.41% from 255) = 13.80%
R=42.42%
G=43.77%
B=13.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal126130410.0300.680.4962.752.0533.53
Hex7E82293044313f3422
Octal176202513010461776442
Binary1111110100000101010011101000100110001111111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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