#7E974B

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

Shades of Asparagus #7E974B

Tints of Asparagus #7E974B

Color information

#7E974B (or 0x7E974B) is unknown color: approx Asparagus. HEX triplet: 7E, 97 and 4B. RGB value is (126,151,75). Sum of RGB (Red+Green+Blue) = 126+151+75=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 151 - color contains mainly: green. Hex color #7E974B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E974B is #8168B4. Grayscale: #878787. Windows color (decimal): -8480949 or 4953982. OLE color: 4953982.

HSL color Cylindrical-coordinate representation of color #7E974B: hue angle of 79.74º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E974B is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB12615175-
CMYK0.1700.500.41
HSL79.74º33.63%44.31%-
HSV(B)79.74º50.33%59.22%-
XYZ20.9427.0810.78-
YUV134.8694.22121.68-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.80%
GREEN value IS 151 (59.38% from 255) = 42.90%
BLUE value IS 75 (29.69% from 255) = 21.31%
R=35.80%
G=42.90%
B=21.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal126151750.1700.500.4179.7433.6344.31
Hex7E974B110322950222c
Octal17622711321062511204254
Binary11111101001011110010111000101100101010011010000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E974B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,151,75); }

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

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

 a { background-color: rgb(126,151,75); }

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

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

 span { border-color: rgb(126,151,75); }

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