#71A754

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

Shades of Asparagus #71A754

Tints of Asparagus #71A754

Color information

#71A754 (or 0x71A754) is unknown color: approx Asparagus. HEX triplet: 71, A7 and 54. RGB value is (113,167,84). Sum of RGB (Red+Green+Blue) = 113+167+84=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 167 (65.62% from 255 or 45.88% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 167 - color contains mainly: green. Hex color #71A754 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A754 is #8E58AB. Grayscale: #8D8D8D. Windows color (decimal): -9328812 or 5547889. OLE color: 5547889.

HSL color Cylindrical-coordinate representation of color #71A754: hue angle of 99.04º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71A754 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB11316784-
CMYK0.3200.500.35
HSL99.04º33.07%49.22%-
HSV(B)99.04º49.7%65.49%-
XYZ22.2331.7913.35-
YUV141.3995.61107.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.04%
GREEN value IS 167 (65.62% from 255) = 45.88%
BLUE value IS 84 (33.20% from 255) = 23.08%
R=31.04%
G=45.88%
B=23.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal113167840.3200.500.3599.0433.0749.22
Hex71A7542003223632131
Octal16124712440062431434161
Binary111000110100111101010010000001100101000111100011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,167,84); }

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

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

 a { background-color: rgb(113,167,84); }

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

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

 span { border-color: rgb(113,167,84); }

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