Html Css Color HEX #71A360 Asparagus

📋 copy color: '#71A360'

red 113 ◦ green 163 ◦ blue 96

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

Shades of Asparagus #71A360

Tints of Asparagus #71A360

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.82%

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

R = 30.38%
G = 43.82%
B = 25.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#71A360 (or 0x71A360) is known color: Asparagus. HEX triplet: 71, A3 and 60. RGB value is (113,163,96). Sum of RGB (Red+Green+Blue) = 113+163+96=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 163 - color contains mainly: green. Hex color #71A360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A360 is #8E5C9F. Grayscale: #8C8C8C. Windows color (decimal): -9329824 or 6333297. OLE color: 6333297.

HSL color Cylindrical-coordinate representation of color #71A360: hue angle of 104.78º degrees, saturation: 0.27, 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 #71A360 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 163 96 -
CMYK 0.31 0 0.41 0.36
HSL 104.78º 0.27% 0.51% -
HSV(B) 104.78º 0.41% 0.64% -
XYZ 22.02 30.55 15.8 -
YUV 140.41 102.94 108.45 -
System Red Green Blue C M Y K H S L
Decimal 113 163 96 0.31 0 0.41 0.36 104.78 0.27 0.51
Hex 71 A3 60 1F 0 29 24 69 1B 33
Octal 161 243 140 37 0 51 44 151 33 63
Binary 1110001 10100011 1100000 11111 0 101001 100100 1101001 11011 110011

Color Harmonies of #71A360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A360

Black with #71A360

Text Example


Text Example

White with #71A360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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