#74AE5B

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

Shades of Asparagus #74AE5B

Tints of Asparagus #74AE5B

Color information

#74AE5B (or 0x74AE5B) is unknown color: approx Asparagus. HEX triplet: 74, AE and 5B. RGB value is (116,174,91). Sum of RGB (Red+Green+Blue) = 116+174+91=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 174 - color contains mainly: green. Hex color #74AE5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AE5B is #8B51A4. Grayscale: #939393. Windows color (decimal): -9130405 or 6008436. OLE color: 6008436.

HSL color Cylindrical-coordinate representation of color #74AE5B: hue angle of 101.93º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74AE5B is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB11617491-
CMYK0.3300.480.32
HSL101.93º33.88%51.96%-
HSV(B)101.93º47.7%68.24%-
XYZ24.2334.7415.33-
YUV147.296.28105.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.45%
GREEN value IS 174 (68.36% from 255) = 45.67%
BLUE value IS 91 (35.94% from 255) = 23.88%
R=30.45%
G=45.67%
B=23.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal116174910.3300.480.32101.9333.8851.96
Hex74AE5B2103020662234
Octal16425613341060401464264
Binary111010010101110101101110000101100001000001100110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,174,91); }

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

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

 a { background-color: rgb(116,174,91); }

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

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

 span { border-color: rgb(116,174,91); }

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