Html Css Color HEX #71A242 Asparagus

📋 copy color: '#71A242'

red 113 ◦ green 162 ◦ blue 66

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

Shades of Asparagus #71A242

Tints of Asparagus #71A242

RGB

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

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

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

R = 33.14%
G = 47.51%
B = 19.35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#71A242 (or 0x71A242) is known color: Asparagus. HEX triplet: 71, A2 and 42. RGB value is (113,162,66). Sum of RGB (Red+Green+Blue) = 113+162+66=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 162 - color contains mainly: green. Hex color #71A242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A242 is #8E5DBD. Grayscale: #888888. Windows color (decimal): -9330110 or 4366961. OLE color: 4366961.

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

Color convert

RGB 113 162 66 -
CMYK 0.30 0 0.59 0.36
HSL 90.63º 0.42% 0.45% -
HSV(B) 90.63º 0.59% 0.64% -
XYZ 20.71 29.74 9.8 -
YUV 136.41 88.27 111.31 -
System Red Green Blue C M Y K H S L
Decimal 113 162 66 0.30 0 0.59 0.36 90.63 0.42 0.45
Hex 71 A2 42 1E 0 3B 24 5B 2A 2D
Octal 161 242 102 36 0 73 44 133 52 55
Binary 1110001 10100010 1000010 11110 0 111011 100100 1011011 101010 101101

Color Harmonies of #71A242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A242

Black with #71A242

Text Example


Text Example

White with #71A242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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