#71A755

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

Shades of Asparagus #71A755

Tints of Asparagus #71A755

Color information

#71A755 (or 0x71A755) is unknown color: approx Asparagus. HEX triplet: 71, A7 and 55. RGB value is (113,167,85). Sum of RGB (Red+Green+Blue) = 113+167+85=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 167 (65.62% from 255 or 45.75% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 167 - color contains mainly: green. Hex color #71A755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A755 is #8E58AA. Grayscale: #8D8D8D. Windows color (decimal): -9328811 or 5613425. OLE color: 5613425.

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

Color convert

RGB11316785-
CMYK0.3200.490.35
HSL99.51º32.54%49.41%-
HSV(B)99.51º49.1%65.49%-
XYZ22.2731.813.56-
YUV141.5196.11107.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.96%
GREEN value IS 167 (65.62% from 255) = 45.75%
BLUE value IS 85 (33.59% from 255) = 23.29%
R=30.96%
G=45.75%
B=23.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal113167850.3200.490.3599.5132.5449.41
Hex71A7552003123642131
Octal16124712540061431444161
Binary111000110100111101010110000001100011000111100100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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