#74A261

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

Shades of Asparagus #74A261

Tints of Asparagus #74A261

Color information

#74A261 (or 0x74A261) is unknown color: approx Asparagus. HEX triplet: 74, A2 and 61. RGB value is (116,162,97). Sum of RGB (Red+Green+Blue) = 116+162+97=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #74A261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A261 is #8B5D9E. Grayscale: #8D8D8D. Windows color (decimal): -9133471 or 6398580. OLE color: 6398580.

HSL color Cylindrical-coordinate representation of color #74A261: hue angle of 102.46º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74A261 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB11616297-
CMYK0.2800.400.36
HSL102.46º25.9%50.78%-
HSV(B)102.46º40.12%63.53%-
XYZ22.2830.4216.01-
YUV140.84103.26110.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.93%
GREEN value IS 162 (63.67% from 255) = 43.2%
BLUE value IS 97 (38.28% from 255) = 25.87%
R=30.93%
G=43.2%
B=25.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116162970.2800.400.36102.4625.950.78
Hex74A2611C02824661a33
Octal16424214134050441463263
Binary1110100101000101100001111000101000100100110011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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