Html Css Color HEX #71A142 Asparagus

📋 copy color: '#71A142'

red 113 ◦ green 161 ◦ blue 66

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

Shades of Asparagus #71A142

Tints of Asparagus #71A142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.41%

R = 33.24%
G = 47.35%
B = 19.41%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#71A142 (or 0x71A142) is known color: Asparagus. HEX triplet: 71, A1 and 42. RGB value is (113,161,66). Sum of RGB (Red+Green+Blue) = 113+161+66=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 161 (63.28% from 255 or 47.35% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 161 - color contains mainly: green. Hex color #71A142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A142 is #8E5EBD. Grayscale: #888888. Windows color (decimal): -9330366 or 4366705. OLE color: 4366705.

HSL color Cylindrical-coordinate representation of color #71A142: hue angle of 90.32º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71A142 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 113 161 66 -
CMYK 0.30 0 0.59 0.37
HSL 90.32º 0.42% 0.45% -
HSV(B) 90.32º 0.59% 0.63% -
XYZ 20.54 29.39 9.75 -
YUV 135.82 88.6 111.72 -
System Red Green Blue C M Y K H S L
Decimal 113 161 66 0.30 0 0.59 0.37 90.32 0.42 0.45
Hex 71 A1 42 1E 0 3B 25 5A 2A 2D
Octal 161 241 102 36 0 73 45 132 52 55
Binary 1110001 10100001 1000010 11110 0 111011 100101 1011010 101010 101101

Color Harmonies of #71A142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A142

Black with #71A142

Text Example


Text Example

White with #71A142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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