#7E9225

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

Shades of Trendy Green #7E9225

Tints of Trendy Green #7E9225

Color information

#7E9225 (or 0x7E9225) is unknown color: approx Trendy Green. HEX triplet: 7E, 92 and 25. RGB value is (126,146,37). Sum of RGB (Red+Green+Blue) = 126+146+37=309 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.78% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #7E9225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9225 is #816DDA. Grayscale: #808080. Windows color (decimal): -8482267 or 2462334. OLE color: 2462334.

HSL color Cylindrical-coordinate representation of color #7E9225: hue angle of 71.01º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E9225 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB12614637-
CMYK0.1400.750.43
HSL71.01º59.56%35.88%-
HSV(B)71.01º74.66%57.25%-
XYZ19.2225.135.59-
YUV127.5976.87126.86-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.78%
GREEN value IS 146 (57.42% from 255) = 47.25%
BLUE value IS 37 (14.84% from 255) = 11.97%
R=40.78%
G=47.25%
B=11.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal126146370.1400.750.4371.0159.5635.88
Hex7E9225E04B2B473c24
Octal17622245160113531077444
Binary1111110100100101001011110010010111010111000111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,146,37); }

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

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

 a { background-color: rgb(126,146,37); }

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

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

 span { border-color: rgb(126,146,37); }

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