#7E8532

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

Shades of Trendy Green #7E8532

Tints of Trendy Green #7E8532

Color information

#7E8532 (or 0x7E8532) is unknown color: approx Trendy Green. HEX triplet: 7E, 85 and 32. RGB value is (126,133,50). Sum of RGB (Red+Green+Blue) = 126+133+50=309 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.78% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8532 is #817ACD. Grayscale: #797979. Windows color (decimal): -8485582 or 3310974. OLE color: 3310974.

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

Color convert

RGB12613350-
CMYK0.0500.620.48
HSL65.06º45.36%35.88%-
HSV(B)65.06º62.41%52.16%-
XYZ17.5721.446.23-
YUV121.4487.68131.25-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.78%
GREEN value IS 133 (52.34% from 255) = 43.04%
BLUE value IS 50 (19.92% from 255) = 16.18%
R=40.78%
G=43.04%
B=16.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126133500.0500.620.4865.0645.3635.88
Hex7E8532503E30412d24
Octal176205625076601015544
Binary11111101000010111001010101111101100001000001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,133,50); }

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

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

 a { background-color: rgb(126,133,50); }

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

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

 span { border-color: rgb(126,133,50); }

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