#76AA4C

Color #76AA4C Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Asparagus #76AA4C

Tints of Asparagus #76AA4C

Color information

#76AA4C (or 0x76AA4C) is unknown color: approx Asparagus. HEX triplet: 76, AA and 4C. RGB value is (118,170,76). Sum of RGB (Red+Green+Blue) = 118+170+76=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AA4C is #8955B3. Grayscale: #909090. Windows color (decimal): -9000372 or 5024374. OLE color: 5024374.

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

Color convert

RGB11817076-
CMYK0.3100.550.33
HSL93.19º38.21%48.24%-
HSV(B)93.19º55.29%66.67%-
XYZ23.1533.1212.01-
YUV143.7489.77109.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.42%
GREEN value IS 170 (66.80% from 255) = 46.70%
BLUE value IS 76 (30.08% from 255) = 20.88%
R=32.42%
G=46.70%
B=20.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118170760.3100.550.3393.1938.2148.24
Hex76AA4C1F037215d2630
Octal16625211437067411354660
Binary11101101010101010011001111101101111000011011101100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76AA4C;
 }
 .AnyTagClassName
 {
   color: #76AA4C;
 }
</style>
background-color css

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

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

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

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

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

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