#749E5A

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

Shades of Asparagus #749E5A

Tints of Asparagus #749E5A

Color information

#749E5A (or 0x749E5A) is unknown color: approx Asparagus. HEX triplet: 74, 9E and 5A. RGB value is (116,158,90). Sum of RGB (Red+Green+Blue) = 116+158+90=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 158 - color contains mainly: green. Hex color #749E5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749E5A is #8B61A5. Grayscale: #898989. Windows color (decimal): -9134502 or 5938804. OLE color: 5938804.

HSL color Cylindrical-coordinate representation of color #749E5A: hue angle of 97.06º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #749E5A is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB11615890-
CMYK0.2700.430.38
HSL97.06º27.42%48.63%-
HSV(B)97.06º43.04%61.96%-
XYZ21.2728.914.13-
YUV137.69101.09112.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.87%
GREEN value IS 158 (62.11% from 255) = 43.41%
BLUE value IS 90 (35.55% from 255) = 24.73%
R=31.87%
G=43.41%
B=24.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116158900.2700.430.3897.0627.4248.63
Hex749E5A1B02B26611b31
Octal16423613233053461413361
Binary1110100100111101011010110110101011100110110000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749E5A; }

 p { color: rgb(116,158,90); }

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

<style>
 a { background-color: #749E5A; }

 a { background-color: rgb(116,158,90); }

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

<style>
 span { border-color: #749E5A; }

 span { border-color: rgb(116,158,90); }

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