Html Css Color HEX #71A14C Asparagus

📋 copy color: '#71A14C'

red 113 ◦ green 161 ◦ blue 76

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

Shades of Asparagus #71A14C

Tints of Asparagus #71A14C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46%

 BLUE value IS 76 (30.08% from 255) = 21.71%

R = 32.29%
G = 46%
B = 21.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#71A14C (or 0x71A14C) is known color: Asparagus. HEX triplet: 71, A1 and 4C. RGB value is (113,161,76). Sum of RGB (Red+Green+Blue) = 113+161+76=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 161 - color contains mainly: green. Hex color #71A14C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A14C is #8E5EB3. Grayscale: #898989. Windows color (decimal): -9330356 or 5022065. OLE color: 5022065.

HSL color Cylindrical-coordinate representation of color #71A14C: hue angle of 93.88º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71A14C is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 113 161 76 -
CMYK 0.30 0 0.53 0.37
HSL 93.88º 0.36% 0.46% -
HSV(B) 93.88º 0.53% 0.63% -
XYZ 20.86 29.52 11.44 -
YUV 136.96 93.6 110.91 -
System Red Green Blue C M Y K H S L
Decimal 113 161 76 0.30 0 0.53 0.37 93.88 0.36 0.46
Hex 71 A1 4C 1E 0 35 25 5E 24 2E
Octal 161 241 114 36 0 65 45 136 44 56
Binary 1110001 10100001 1001100 11110 0 110101 100101 1011110 100100 101110

Color Harmonies of #71A14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A14C

Black with #71A14C

Text Example


Text Example

White with #71A14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,161,76); }

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

background-color css

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

 a { background-color: rgb(113,161,76); }

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

border-color css

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

 span { border-color: rgb(113,161,76); }

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