#71A25A

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

Shades of Asparagus #71A25A

Tints of Asparagus #71A25A

Color information

#71A25A (or 0x71A25A) is unknown color: approx Asparagus. HEX triplet: 71, A2 and 5A. RGB value is (113,162,90). Sum of RGB (Red+Green+Blue) = 113+162+90=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 162 - color contains mainly: green. Hex color #71A25A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A25A is #8E5DA5. Grayscale: #8B8B8B. Windows color (decimal): -9330086 or 5939825. OLE color: 5939825.

HSL color Cylindrical-coordinate representation of color #71A25A: hue angle of 100.83º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71A25A is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB11316290-
CMYK0.3000.440.36
HSL100.83º28.57%49.41%-
HSV(B)100.83º44.44%63.53%-
XYZ21.5830.0914.34-
YUV139.14100.27109.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.96%
GREEN value IS 162 (63.67% from 255) = 44.38%
BLUE value IS 90 (35.55% from 255) = 24.66%
R=30.96%
G=44.38%
B=24.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal113162900.3000.440.36100.8328.5749.41
Hex71A25A1E02C24651d31
Octal16124213236054441453561
Binary1110001101000101011010111100101100100100110010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,162,90); }

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

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

 a { background-color: rgb(113,162,90); }

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

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

 span { border-color: rgb(113,162,90); }

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