#74AA57

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

Shades of Asparagus #74AA57

Tints of Asparagus #74AA57

Color information

#74AA57 (or 0x74AA57) is unknown color: approx Asparagus. HEX triplet: 74, AA and 57. RGB value is (116,170,87). Sum of RGB (Red+Green+Blue) = 116+170+87=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AA57 is #8B55A8. Grayscale: #909090. Windows color (decimal): -9131433 or 5745268. OLE color: 5745268.

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

Color convert

RGB11617087-
CMYK0.3200.490.33
HSL99.04º32.81%50.39%-
HSV(B)99.04º48.82%66.67%-
XYZ23.333.1514.19-
YUV144.3995.61107.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 170 (66.80% from 255) = 45.58%
BLUE value IS 87 (34.38% from 255) = 23.32%
R=31.10%
G=45.58%
B=23.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116170870.3200.490.3399.0432.8150.39
Hex74AA572003121632132
Octal16425212740061411434162
Binary111010010101010101011110000001100011000011100011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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