#74AD60

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

Shades of Asparagus #74AD60

Tints of Asparagus #74AD60

Color information

#74AD60 (or 0x74AD60) is unknown color: approx Asparagus. HEX triplet: 74, AD and 60. RGB value is (116,173,96). Sum of RGB (Red+Green+Blue) = 116+173+96=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AD60 is #8B529F. Grayscale: #939393. Windows color (decimal): -9130656 or 6335860. OLE color: 6335860.

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

Color convert

RGB11617396-
CMYK0.3300.450.32
HSL104.42º31.95%52.75%-
HSV(B)104.42º44.51%67.84%-
XYZ24.2634.4416.44-
YUV147.1899.12105.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.13%
GREEN value IS 173 (67.97% from 255) = 44.94%
BLUE value IS 96 (37.89% from 255) = 24.94%
R=30.13%
G=44.94%
B=24.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal116173960.3300.450.32104.4231.9552.75
Hex74AD602102D20682035
Octal16425514041055401504065
Binary111010010101101110000010000101011011000001101000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,173,96); }

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

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

 a { background-color: rgb(116,173,96); }

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

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

 span { border-color: rgb(116,173,96); }

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