#74AA5A

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

Shades of Asparagus #74AA5A

Tints of Asparagus #74AA5A

Color information

#74AA5A (or 0x74AA5A) is unknown color: approx Asparagus. HEX triplet: 74, AA and 5A. RGB value is (116,170,90). Sum of RGB (Red+Green+Blue) = 116+170+90=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AA5A is #8B55A5. Grayscale: #919191. Windows color (decimal): -9131430 or 5941876. OLE color: 5941876.

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

Color convert

RGB11617090-
CMYK0.3200.470.33
HSL100.5º32%50.98%-
HSV(B)100.5º47.06%66.67%-
XYZ23.4233.214.85-
YUV144.7397.11107.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.85%
GREEN value IS 170 (66.80% from 255) = 45.21%
BLUE value IS 90 (35.55% from 255) = 23.94%
R=30.85%
G=45.21%
B=23.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116170900.3200.470.33100.53250.98
Hex74AA5A2002F21642033
Octal16425213240057411444063
Binary111010010101010101101010000001011111000011100100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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