Html Css Color HEX #71A446 Asparagus

📋 copy color: '#71A446'

red 113 ◦ green 164 ◦ blue 70

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

Shades of Asparagus #71A446

Tints of Asparagus #71A446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.17%

R = 32.56%
G = 47.26%
B = 20.17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#71A446 (or 0x71A446) is known color: Asparagus. HEX triplet: 71, A4 and 46. RGB value is (113,164,70). Sum of RGB (Red+Green+Blue) = 113+164+70=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 164 (64.45% from 255 or 47.26% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 164 - color contains mainly: green. Hex color #71A446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A446 is #8E5BB9. Grayscale: #8A8A8A. Windows color (decimal): -9329594 or 4629617. OLE color: 4629617.

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

Color convert

RGB 113 164 70 -
CMYK 0.31 0 0.57 0.36
HSL 92.55º 0.4% 0.46% -
HSV(B) 92.55º 0.57% 0.64% -
XYZ 21.19 30.5 10.57 -
YUV 138.04 89.6 110.14 -
System Red Green Blue C M Y K H S L
Decimal 113 164 70 0.31 0 0.57 0.36 92.55 0.4 0.46
Hex 71 A4 46 1F 0 39 24 5D 28 2E
Octal 161 244 106 37 0 71 44 135 50 56
Binary 1110001 10100100 1000110 11111 0 111001 100100 1011101 101000 101110

Color Harmonies of #71A446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A446

Black with #71A446

Text Example


Text Example

White with #71A446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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