Html Css Color HEX #71A85A Asparagus

📋 copy color: '#71A85A'

red 113 ◦ green 168 ◦ blue 90

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

Shades of Asparagus #71A85A

Tints of Asparagus #71A85A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.28%

 BLUE value IS 90 (35.55% from 255) = 24.26%

R = 30.46%
G = 45.28%
B = 24.26%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#71A85A (or 0x71A85A) is known color: Asparagus. HEX triplet: 71, A8 and 5A. RGB value is (113,168,90). Sum of RGB (Red+Green+Blue) = 113+168+90=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 168 - color contains mainly: green. Hex color #71A85A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A85A is #8E57A5. Grayscale: #8E8E8E. Windows color (decimal): -9328550 or 5941361. OLE color: 5941361.

HSL color Cylindrical-coordinate representation of color #71A85A: hue angle of 102.31º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71A85A is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 113 168 90 -
CMYK 0.33 0 0.46 0.34
HSL 102.31º 0.31% 0.51% -
HSV(B) 102.31º 0.46% 0.66% -
XYZ 22.66 32.25 14.7 -
YUV 142.66 98.28 106.84 -
System Red Green Blue C M Y K H S L
Decimal 113 168 90 0.33 0 0.46 0.34 102.31 0.31 0.51
Hex 71 A8 5A 21 0 2E 22 66 1F 33
Octal 161 250 132 41 0 56 42 146 37 63
Binary 1110001 10101000 1011010 100001 0 101110 100010 1100110 11111 110011

Color Harmonies of #71A85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A85A

Black with #71A85A

Text Example


Text Example

White with #71A85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,168,90); }

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

background-color css

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

 a { background-color: rgb(113,168,90); }

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

border-color css

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

 span { border-color: rgb(113,168,90); }

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