Html Css Color HEX #71A45D Asparagus

📋 copy color: '#71A45D'

red 113 ◦ green 164 ◦ blue 93

#71A45D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Asparagus #71A45D

Tints of Asparagus #71A45D

RGB

 RED value IS 113 (44.53% from 255) = 30.54%

 GREEN value IS 164 (64.45% from 255) = 44.32%

 BLUE value IS 93 (36.72% from 255) = 25.14%

R = 30.54%
G = 44.32%
B = 25.14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#71A45D (or 0x71A45D) is known color: Asparagus. HEX triplet: 71, A4 and 5D. RGB value is (113,164,93). Sum of RGB (Red+Green+Blue) = 113+164+93=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 164 - color contains mainly: green. Hex color #71A45D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A45D is #8E5BA2. Grayscale: #8C8C8C. Windows color (decimal): -9329571 or 6136945. OLE color: 6136945.

HSL color Cylindrical-coordinate representation of color #71A45D: hue angle of 103.1º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71A45D is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 164 93 -
CMYK 0.31 0 0.43 0.36
HSL 103.1º 0.28% 0.5% -
HSV(B) 103.1º 0.43% 0.64% -
XYZ 22.06 30.85 15.15 -
YUV 140.66 101.1 108.27 -
System Red Green Blue C M Y K H S L
Decimal 113 164 93 0.31 0 0.43 0.36 103.1 0.28 0.5
Hex 71 A4 5D 1F 0 2B 24 67 1C 32
Octal 161 244 135 37 0 53 44 147 34 62
Binary 1110001 10100100 1011101 11111 0 101011 100100 1100111 11100 110010

Color Harmonies of #71A45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A45D

Black with #71A45D

Text Example


Text Example

White with #71A45D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,164,93); }

 H1.HeaderClassName
 {
   color: #71A45D;
 }
 .AnyTagClassName
 {
   color: #71A45D;
 }
</style>

background-color css

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

 a { background-color: rgb(113,164,93); }

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

border-color css

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

 span { border-color: rgb(113,164,93); }

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