#71A760

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

Shades of Asparagus #71A760

Tints of Asparagus #71A760

Color information

#71A760 (or 0x71A760) is unknown color: approx Asparagus. HEX triplet: 71, A7 and 60. RGB value is (113,167,96). Sum of RGB (Red+Green+Blue) = 113+167+96=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 167 (65.62% from 255 or 44.41% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 167 - color contains mainly: green. Hex color #71A760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A760 is #8E589F. Grayscale: #8E8E8E. Windows color (decimal): -9328800 or 6334321. OLE color: 6334321.

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

Color convert

RGB11316796-
CMYK0.3200.430.35
HSL105.63º28.74%51.57%-
HSV(B)105.63º42.51%65.49%-
XYZ22.7431.9916.04-
YUV142.76101.61106.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.05%
GREEN value IS 167 (65.62% from 255) = 44.41%
BLUE value IS 96 (37.89% from 255) = 25.53%
R=30.05%
G=44.41%
B=25.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal113167960.3200.430.35105.6328.7451.57
Hex71A7602002B236a1d34
Octal16124714040053431523564
Binary11100011010011111000001000000101011100011110101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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