Html Css Color HEX #71A256 Asparagus

📋 copy color: '#71A256'

red 113 ◦ green 162 ◦ blue 86

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

Shades of Asparagus #71A256

Tints of Asparagus #71A256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.82%

R = 31.3%
G = 44.88%
B = 23.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#71A256 (or 0x71A256) is known color: Asparagus. HEX triplet: 71, A2 and 56. RGB value is (113,162,86). Sum of RGB (Red+Green+Blue) = 113+162+86=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 162 - color contains mainly: green. Hex color #71A256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A256 is #8E5DA9. Grayscale: #8A8A8A. Windows color (decimal): -9330090 or 5677681. OLE color: 5677681.

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

Color convert

RGB 113 162 86 -
CMYK 0.30 0 0.47 0.36
HSL 98.68º 0.31% 0.49% -
HSV(B) 98.68º 0.47% 0.64% -
XYZ 21.41 30.02 13.47 -
YUV 138.69 98.27 109.68 -
System Red Green Blue C M Y K H S L
Decimal 113 162 86 0.30 0 0.47 0.36 98.68 0.31 0.49
Hex 71 A2 56 1E 0 2F 24 63 1F 31
Octal 161 242 126 36 0 57 44 143 37 61
Binary 1110001 10100010 1010110 11110 0 101111 100100 1100011 11111 110001

Color Harmonies of #71A256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A256

Black with #71A256

Text Example


Text Example

White with #71A256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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