#74AB5A

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

Shades of Asparagus #74AB5A

Tints of Asparagus #74AB5A

Color information

#74AB5A (or 0x74AB5A) is unknown color: approx Asparagus. HEX triplet: 74, AB and 5A. RGB value is (116,171,90). Sum of RGB (Red+Green+Blue) = 116+171+90=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AB5A is #8B54A5. Grayscale: #919191. Windows color (decimal): -9131174 or 5942132. OLE color: 5942132.

HSL color Cylindrical-coordinate representation of color #74AB5A: hue angle of 100.74º degrees, saturation: 0.33, 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 #74AB5A is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB11617190-
CMYK0.3200.470.33
HSL100.74º32.53%51.18%-
HSV(B)100.74º47.37%67.06%-
XYZ23.6133.5814.91-
YUV145.3296.78107.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.77%
GREEN value IS 171 (67.19% from 255) = 45.36%
BLUE value IS 90 (35.55% from 255) = 23.87%
R=30.77%
G=45.36%
B=23.87%

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
Decimal116171900.3200.470.33100.7432.5351.18
Hex74AB5A2002F21652133
Octal16425313240057411454163
Binary111010010101011101101010000001011111000011100101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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