Html Css Color HEX #71A151 Asparagus

📋 copy color: '#71A151'

red 113 ◦ green 161 ◦ blue 81

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

Shades of Asparagus #71A151

Tints of Asparagus #71A151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.82%

R = 31.83%
G = 45.35%
B = 22.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#71A151 (or 0x71A151) is known color: Asparagus. HEX triplet: 71, A1 and 51. RGB value is (113,161,81). Sum of RGB (Red+Green+Blue) = 113+161+81=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 161 - color contains mainly: green. Hex color #71A151 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A151 is #8E5EAE. Grayscale: #898989. Windows color (decimal): -9330351 or 5349745. OLE color: 5349745.

HSL color Cylindrical-coordinate representation of color #71A151: hue angle of 96º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71A151 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 113 161 81 -
CMYK 0.30 0 0.50 0.37
HSL 96º 0.33% 0.47% -
HSV(B) 96º 0.5% 0.63% -
XYZ 21.04 29.59 12.39 -
YUV 137.53 96.1 110.5 -
System Red Green Blue C M Y K H S L
Decimal 113 161 81 0.30 0 0.50 0.37 96 0.33 0.47
Hex 71 A1 51 1E 0 32 25 60 21 2F
Octal 161 241 121 36 0 62 45 140 41 57
Binary 1110001 10100001 1010001 11110 0 110010 100101 1100000 100001 101111

Color Harmonies of #71A151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A151

Black with #71A151

Text Example


Text Example

White with #71A151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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