#7E8221

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

Shades of Trendy Green #7E8221

Tints of Trendy Green #7E8221

Color information

#7E8221 (or 0x7E8221) is unknown color: approx Trendy Green. HEX triplet: 7E, 82 and 21. RGB value is (126,130,33). Sum of RGB (Red+Green+Blue) = 126+130+33=289 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.60% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #7E8221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8221 is #817DDE. Grayscale: #767676. Windows color (decimal): -8486367 or 2196094. OLE color: 2196094.

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

Color convert

RGB12613033-
CMYK0.0300.750.49
HSL62.47º59.51%31.96%-
HSV(B)62.47º74.62%50.98%-
XYZ16.8620.514.51-
YUV117.7580.17133.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.60%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 33 (13.28% from 255) = 11.42%
R=43.60%
G=44.98%
B=11.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal126130330.0300.750.4962.4759.5131.96
Hex7E8221304B313e3c20
Octal176202413011361767440
Binary1111110100000101000011101001011110001111110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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