#7EAE5F

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

Shades of Asparagus #7EAE5F

Tints of Asparagus #7EAE5F

Color information

#7EAE5F (or 0x7EAE5F) is unknown color: approx Asparagus. HEX triplet: 7E, AE and 5F. RGB value is (126,174,95). Sum of RGB (Red+Green+Blue) = 126+174+95=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 174 - color contains mainly: green. Hex color #7EAE5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAE5F is #8151A0. Grayscale: #969696. Windows color (decimal): -8475041 or 6270590. OLE color: 6270590.

HSL color Cylindrical-coordinate representation of color #7EAE5F: hue angle of 96.46º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7EAE5F is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB12617495-
CMYK0.2800.450.32
HSL96.46º32.78%52.75%-
HSV(B)96.46º45.4%68.24%-
XYZ25.8135.5316.33-
YUV150.6496.6110.42-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.90%
GREEN value IS 174 (68.36% from 255) = 44.05%
BLUE value IS 95 (37.5% from 255) = 24.05%
R=31.90%
G=44.05%
B=24.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal126174950.2800.450.3296.4632.7852.75
Hex7EAE5F1C02D20602135
Octal17625613734055401404165
Binary11111101010111010111111110001011011000001100000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,174,95); }

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

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

 a { background-color: rgb(126,174,95); }

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

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

 span { border-color: rgb(126,174,95); }

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