#7E954E

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

Shades of Asparagus #7E954E

Tints of Asparagus #7E954E

Color information

#7E954E (or 0x7E954E) is unknown color: approx Asparagus. HEX triplet: 7E, 95 and 4E. RGB value is (126,149,78). Sum of RGB (Red+Green+Blue) = 126+149+78=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #7E954E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E954E is #816AB1. Grayscale: #868686. Windows color (decimal): -8481458 or 5150078. OLE color: 5150078.

HSL color Cylindrical-coordinate representation of color #7E954E: hue angle of 79.44º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E954E is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB12614978-
CMYK0.1500.480.42
HSL79.44º31.28%44.51%-
HSV(B)79.44º47.65%58.43%-
XYZ20.7326.4811.23-
YUV134.0396.38122.27-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.69%
GREEN value IS 149 (58.59% from 255) = 42.21%
BLUE value IS 78 (30.86% from 255) = 22.10%
R=35.69%
G=42.21%
B=22.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126149780.1500.480.4279.4431.2844.51
Hex7E954EF0302A4f1f2d
Octal17622511617060521173755
Binary111111010010101100111011110110000101010100111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,149,78); }

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

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

 a { background-color: rgb(126,149,78); }

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

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

 span { border-color: rgb(126,149,78); }

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