Html Css Color HEX #71A260 Asparagus

📋 copy color: '#71A260'

red 113 ◦ green 162 ◦ blue 96

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

Shades of Asparagus #71A260

Tints of Asparagus #71A260

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.67%

 BLUE value IS 96 (37.89% from 255) = 25.88%

R = 30.46%
G = 43.67%
B = 25.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#71A260 (or 0x71A260) is known color: Asparagus. HEX triplet: 71, A2 and 60. RGB value is (113,162,96). Sum of RGB (Red+Green+Blue) = 113+162+96=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #71A260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A260 is #8E5D9F. Grayscale: #8C8C8C. Windows color (decimal): -9330080 or 6333041. OLE color: 6333041.

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

Color convert

RGB 113 162 96 -
CMYK 0.30 0 0.41 0.36
HSL 104.55º 0.26% 0.51% -
HSV(B) 104.55º 0.41% 0.64% -
XYZ 21.84 30.2 15.74 -
YUV 139.83 103.27 108.87 -
System Red Green Blue C M Y K H S L
Decimal 113 162 96 0.30 0 0.41 0.36 104.55 0.26 0.51
Hex 71 A2 60 1E 0 29 24 69 1A 33
Octal 161 242 140 36 0 51 44 151 32 63
Binary 1110001 10100010 1100000 11110 0 101001 100100 1101001 11010 110011

Color Harmonies of #71A260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A260

Black with #71A260

Text Example


Text Example

White with #71A260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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