#74AA4E

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

Shades of Asparagus #74AA4E

Tints of Asparagus #74AA4E

Color information

#74AA4E (or 0x74AA4E) is unknown color: approx Asparagus. HEX triplet: 74, AA and 4E. RGB value is (116,170,78). Sum of RGB (Red+Green+Blue) = 116+170+78=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AA4E is #8B55B1. Grayscale: #8F8F8F. Windows color (decimal): -9131442 or 5155444. OLE color: 5155444.

HSL color Cylindrical-coordinate representation of color #74AA4E: hue angle of 95.22º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74AA4E is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB11617078-
CMYK0.3200.540.33
HSL95.22º37.1%48.63%-
HSV(B)95.22º54.12%66.67%-
XYZ22.9533.0112.37-
YUV143.3791.11108.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.87%
GREEN value IS 170 (66.80% from 255) = 46.70%
BLUE value IS 78 (30.86% from 255) = 21.43%
R=31.87%
G=46.70%
B=21.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116170780.3200.540.3395.2237.148.63
Hex74AA4E20036215f2531
Octal16425211640066411374561
Binary111010010101010100111010000001101101000011011111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74AA4E; }

 p { color: rgb(116,170,78); }

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

<style>
 a { background-color: #74AA4E; }

 a { background-color: rgb(116,170,78); }

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

<style>
 span { border-color: #74AA4E; }

 span { border-color: rgb(116,170,78); }

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