#7E842E

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

Shades of Trendy Green #7E842E

Tints of Trendy Green #7E842E

Color information

#7E842E (or 0x7E842E) is unknown color: approx Trendy Green. HEX triplet: 7E, 84 and 2E. RGB value is (126,132,46). Sum of RGB (Red+Green+Blue) = 126+132+46=304 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.45% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #7E842E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E842E is #817BD1. Grayscale: #787878. Windows color (decimal): -8485842 or 3048574. OLE color: 3048574.

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

Color convert

RGB12613246-
CMYK0.0500.650.48
HSL64.19º48.31%34.9%-
HSV(B)64.19º65.15%51.76%-
XYZ17.3521.145.75-
YUV120.486.01131.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.45%
GREEN value IS 132 (51.95% from 255) = 43.42%
BLUE value IS 46 (18.36% from 255) = 15.13%
R=41.45%
G=43.42%
B=15.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126132460.0500.650.4864.1948.3134.9
Hex7E842E504130403023
Octal1762045650101601006043
Binary111111010000100101110101010000011100001000000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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