#76A746

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

Shades of Asparagus #76A746

Tints of Asparagus #76A746

Color information

#76A746 (or 0x76A746) is unknown color: approx Asparagus. HEX triplet: 76, A7 and 46. RGB value is (118,167,70). Sum of RGB (Red+Green+Blue) = 118+167+70=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 167 (65.62% from 255 or 47.04% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 167 - color contains mainly: green. Hex color #76A746 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A746 is #8958B9. Grayscale: #8D8D8D. Windows color (decimal): -9001146 or 4630390. OLE color: 4630390.

HSL color Cylindrical-coordinate representation of color #76A746: hue angle of 90.31º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76A746 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB11816770-
CMYK0.2900.580.35
HSL90.31º40.93%46.47%-
HSV(B)90.31º58.08%65.49%-
XYZ22.431.9310.78-
YUV141.2987.77111.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.24%
GREEN value IS 167 (65.62% from 255) = 47.04%
BLUE value IS 70 (27.73% from 255) = 19.72%
R=33.24%
G=47.04%
B=19.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118167700.2900.580.3590.3140.9346.47
Hex76A7461D03A235a292e
Octal16624710635072431325156
Binary11101101010011110001101110101110101000111011010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,167,70); }

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

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

 a { background-color: rgb(118,167,70); }

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

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

 span { border-color: rgb(118,167,70); }

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