#74AA61

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

Shades of Asparagus #74AA61

Tints of Asparagus #74AA61

Color information

#74AA61 (or 0x74AA61) is unknown color: approx Asparagus. HEX triplet: 74, AA and 61. RGB value is (116,170,97). Sum of RGB (Red+Green+Blue) = 116+170+97=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AA61 is #8B559E. Grayscale: #919191. Windows color (decimal): -9131423 or 6400628. OLE color: 6400628.

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

Color convert

RGB11617097-
CMYK0.3200.430.33
HSL104.38º30.04%52.35%-
HSV(B)104.38º42.94%66.67%-
XYZ23.7333.3316.49-
YUV145.53100.61106.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.29%
GREEN value IS 170 (66.80% from 255) = 44.39%
BLUE value IS 97 (38.28% from 255) = 25.33%
R=30.29%
G=44.39%
B=25.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116170970.3200.430.33104.3830.0452.35
Hex74AA612002B21681e34
Octal16425214140053411503664
Binary11101001010101011000011000000101011100001110100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,170,97); }

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

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

 a { background-color: rgb(116,170,97); }

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

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

 span { border-color: rgb(116,170,97); }

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