#71A64D

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

Shades of Asparagus #71A64D

Tints of Asparagus #71A64D

Color information

#71A64D (or 0x71A64D) is unknown color: approx Asparagus. HEX triplet: 71, A6 and 4D. RGB value is (113,166,77). Sum of RGB (Red+Green+Blue) = 113+166+77=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 166 - color contains mainly: green. Hex color #71A64D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A64D is #8E59B2. Grayscale: #8C8C8C. Windows color (decimal): -9329075 or 5088881. OLE color: 5088881.

HSL color Cylindrical-coordinate representation of color #71A64D: hue angle of 95.73º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71A64D is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB11316677-
CMYK0.3200.540.35
HSL95.73º36.63%47.65%-
HSV(B)95.73º53.61%65.1%-
XYZ21.7931.3211.92-
YUV140.0192.44108.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.74%
GREEN value IS 166 (65.23% from 255) = 46.63%
BLUE value IS 77 (30.47% from 255) = 21.63%
R=31.74%
G=46.63%
B=21.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal113166770.3200.540.3595.7336.6347.65
Hex71A64D2003623602530
Octal16124611540066431404560
Binary111000110100110100110110000001101101000111100000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71A64D; }

 p { color: rgb(113,166,77); }

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

<style>
 a { background-color: #71A64D; }

 a { background-color: rgb(113,166,77); }

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

<style>
 span { border-color: #71A64D; }

 span { border-color: rgb(113,166,77); }

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