Html Css Color HEX #76AA5C Asparagus

📋 copy color: '#76AA5C'

red 118 ◦ green 170 ◦ blue 92

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

Shades of Asparagus #76AA5C

Tints of Asparagus #76AA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.21%

R = 31.05%
G = 44.74%
B = 24.21%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#76AA5C (or 0x76AA5C) is known color: Asparagus. HEX triplet: 76, AA and 5C. RGB value is (118,170,92). Sum of RGB (Red+Green+Blue) = 118+170+92=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AA5C is #8955A3. Grayscale: #919191. Windows color (decimal): -9000356 or 6072950. OLE color: 6072950.

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

Color convert

RGB 118 170 92 -
CMYK 0.31 0 0.46 0.33
HSL 100º 0.31% 0.51% -
HSV(B) 100º 0.46% 0.67% -
XYZ 23.78 33.37 15.31 -
YUV 145.56 97.77 108.34 -
System Red Green Blue C M Y K H S L
Decimal 118 170 92 0.31 0 0.46 0.33 100 0.31 0.51
Hex 76 AA 5C 1F 0 2E 21 64 1F 33
Octal 166 252 134 37 0 56 41 144 37 63
Binary 1110110 10101010 1011100 11111 0 101110 100001 1100100 11111 110011

Color Harmonies of #76AA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AA5C

Black with #76AA5C

Text Example


Text Example

White with #76AA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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