#71AA56

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

Shades of Asparagus #71AA56

Tints of Asparagus #71AA56

Color information

#71AA56 (or 0x71AA56) is unknown color: approx Asparagus. HEX triplet: 71, AA and 56. RGB value is (113,170,86). Sum of RGB (Red+Green+Blue) = 113+170+86=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AA56 is #8E55A9. Grayscale: #8F8F8F. Windows color (decimal): -9328042 or 5679729. OLE color: 5679729.

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

Color convert

RGB11317086-
CMYK0.3400.490.33
HSL100.71º33.07%50.2%-
HSV(B)100.71º49.41%66.67%-
XYZ22.8632.9313.96-
YUV143.3895.62106.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.62%
GREEN value IS 170 (66.80% from 255) = 46.07%
BLUE value IS 86 (33.98% from 255) = 23.31%
R=30.62%
G=46.07%
B=23.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113170860.3400.490.33100.7133.0750.2
Hex71AA562203121652132
Octal16125212642061411454162
Binary111000110101010101011010001001100011000011100101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,170,86); }

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

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

 a { background-color: rgb(113,170,86); }

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

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

 span { border-color: rgb(113,170,86); }

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