#7D9F49

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

Shades of Asparagus #7D9F49

Tints of Asparagus #7D9F49

Color information

#7D9F49 (or 0x7D9F49) is unknown color: approx Asparagus. HEX triplet: 7D, 9F and 49. RGB value is (125,159,73). Sum of RGB (Red+Green+Blue) = 125+159+73=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 159 - color contains mainly: green. Hex color #7D9F49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9F49 is #8260B6. Grayscale: #8B8B8B. Windows color (decimal): -8544439 or 4824957. OLE color: 4824957.

HSL color Cylindrical-coordinate representation of color #7D9F49: hue angle of 83.72º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D9F49 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB12515973-
CMYK0.2100.540.38
HSL83.72º37.07%45.49%-
HSV(B)83.72º54.09%62.35%-
XYZ22.0629.6410.86-
YUV139.0390.74117.99-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.01%
GREEN value IS 159 (62.5% from 255) = 44.54%
BLUE value IS 73 (28.91% from 255) = 20.45%
R=35.01%
G=44.54%
B=20.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal125159730.2100.540.3883.7237.0745.49
Hex7D9F49150362654252d
Octal17523711125066461244555
Binary11111011001111110010011010101101101001101010100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,159,73); }

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

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

 a { background-color: rgb(125,159,73); }

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

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

 span { border-color: rgb(125,159,73); }

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