#74A957

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

Shades of Asparagus #74A957

Tints of Asparagus #74A957

Color information

#74A957 (or 0x74A957) is unknown color: approx Asparagus. HEX triplet: 74, A9 and 57. RGB value is (116,169,87). Sum of RGB (Red+Green+Blue) = 116+169+87=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 169 (66.41% from 255 or 45.43% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 169 - color contains mainly: green. Hex color #74A957 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A957 is #8B56A8. Grayscale: #909090. Windows color (decimal): -9131689 or 5745012. OLE color: 5745012.

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

Color convert

RGB11616987-
CMYK0.3100.490.34
HSL98.78º32.28%50.2%-
HSV(B)98.78º48.52%66.27%-
XYZ23.1132.7814.13-
YUV143.895.94108.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.18%
GREEN value IS 169 (66.41% from 255) = 45.43%
BLUE value IS 87 (34.38% from 255) = 23.39%
R=31.18%
G=45.43%
B=23.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal116169870.3100.490.3498.7832.2850.2
Hex74A9571F03122632032
Octal16425112737061421434062
Binary11101001010100110101111111101100011000101100011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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