#74A15D

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

Shades of Asparagus #74A15D

Tints of Asparagus #74A15D

Color information

#74A15D (or 0x74A15D) is unknown color: approx Asparagus. HEX triplet: 74, A1 and 5D. RGB value is (116,161,93). Sum of RGB (Red+Green+Blue) = 116+161+93=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 161 - color contains mainly: green. Hex color #74A15D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A15D is #8B5EA2. Grayscale: #8C8C8C. Windows color (decimal): -9133731 or 6136180. OLE color: 6136180.

HSL color Cylindrical-coordinate representation of color #74A15D: hue angle of 99.71º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74A15D is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB11616193-
CMYK0.2800.420.37
HSL99.71º26.77%49.8%-
HSV(B)99.71º42.24%63.14%-
XYZ21.9229.9914.99-
YUV139.79101.59111.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.35%
GREEN value IS 161 (63.28% from 255) = 43.51%
BLUE value IS 93 (36.72% from 255) = 25.14%
R=31.35%
G=43.51%
B=25.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal116161930.2800.420.3799.7126.7749.8
Hex74A15D1C02A25641b32
Octal16424113534052451443362
Binary1110100101000011011101111000101010100101110010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,161,93); }

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

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

 a { background-color: rgb(116,161,93); }

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

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

 span { border-color: rgb(116,161,93); }

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