#74A461

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

Shades of Asparagus #74A461

Tints of Asparagus #74A461

Color information

#74A461 (or 0x74A461) is unknown color: approx Asparagus. HEX triplet: 74, A4 and 61. RGB value is (116,164,97). Sum of RGB (Red+Green+Blue) = 116+164+97=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 164 - color contains mainly: green. Hex color #74A461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A461 is #8B5B9E. Grayscale: #8E8E8E. Windows color (decimal): -9132959 or 6399092. OLE color: 6399092.

HSL color Cylindrical-coordinate representation of color #74A461: hue angle of 102.99º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74A461 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB11616497-
CMYK0.2900.410.36
HSL102.99º26.91%51.18%-
HSV(B)102.99º40.85%64.31%-
XYZ22.6431.1316.12-
YUV142.01102.6109.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.77%
GREEN value IS 164 (64.45% from 255) = 43.50%
BLUE value IS 97 (38.28% from 255) = 25.73%
R=30.77%
G=43.50%
B=25.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116164970.2900.410.36102.9926.9151.18
Hex74A4611D02924671b33
Octal16424414135051441473363
Binary1110100101001001100001111010101001100100110011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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