#7E8421

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

Shades of Trendy Green #7E8421

Tints of Trendy Green #7E8421

Color information

#7E8421 (or 0x7E8421) is unknown color: approx Trendy Green. HEX triplet: 7E, 84 and 21. RGB value is (126,132,33). Sum of RGB (Red+Green+Blue) = 126+132+33=291 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.30% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #7E8421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8421 is #817BDE. Grayscale: #777777. Windows color (decimal): -8485855 or 2196606. OLE color: 2196606.

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

Color convert

RGB12613233-
CMYK0.0500.750.48
HSL63.64º60%32.35%-
HSV(B)63.64º75%51.76%-
XYZ17.1321.054.6-
YUV118.9279.51133.05-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.30%
GREEN value IS 132 (51.95% from 255) = 45.36%
BLUE value IS 33 (13.28% from 255) = 11.34%
R=43.30%
G=45.36%
B=11.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126132330.0500.750.4863.646032.35
Hex7E8421504B30403c20
Octal1762044150113601007440
Binary111111010000100100001101010010111100001000000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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