Html Css Color HEX #76AA49 Asparagus

📋 copy color: '#76AA49'

red 118 ◦ green 170 ◦ blue 73

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

Shades of Asparagus #76AA49

Tints of Asparagus #76AA49

RGB

 RED value IS 118 (46.48% from 255) = 32.69%

 GREEN value IS 170 (66.8% from 255) = 47.09%

 BLUE value IS 73 (28.91% from 255) = 20.22%

R = 32.69%
G = 47.09%
B = 20.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#76AA49 (or 0x76AA49) is known color: Asparagus. HEX triplet: 76, AA and 49. RGB value is (118,170,73). Sum of RGB (Red+Green+Blue) = 118+170+73=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AA49 is #8955B6. Grayscale: #8F8F8F. Windows color (decimal): -9000375 or 4827766. OLE color: 4827766.

HSL color Cylindrical-coordinate representation of color #76AA49: hue angle of 92.16º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76AA49 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 170 73 -
CMYK 0.31 0 0.57 0.33
HSL 92.16º 0.4% 0.48% -
HSV(B) 92.16º 0.57% 0.67% -
XYZ 23.05 33.08 11.47 -
YUV 143.39 88.27 109.89 -
System Red Green Blue C M Y K H S L
Decimal 118 170 73 0.31 0 0.57 0.33 92.16 0.4 0.48
Hex 76 AA 49 1F 0 39 21 5C 28 30
Octal 166 252 111 37 0 71 41 134 50 60
Binary 1110110 10101010 1001001 11111 0 111001 100001 1011100 101000 110000

Color Harmonies of #76AA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AA49

Black with #76AA49

Text Example


Text Example

White with #76AA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76AA49; }

 p { color: rgb(118,170,73); }

 H1.HeaderClassName
 {
   color: #76AA49;
 }
 .AnyTagClassName
 {
   color: #76AA49;
 }
</style>

background-color css

<style>
 a { background-color: #76AA49; }

 a { background-color: rgb(118,170,73); }

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

border-color css

<style>
 span { border-color: #76AA49; }

 span { border-color: rgb(118,170,73); }

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