#76A749

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

Shades of Asparagus #76A749

Tints of Asparagus #76A749

Color information

#76A749 (or 0x76A749) is unknown color: approx Asparagus. HEX triplet: 76, A7 and 49. RGB value is (118,167,73). Sum of RGB (Red+Green+Blue) = 118+167+73=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 167 (65.62% from 255 or 46.65% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 167 - color contains mainly: green. Hex color #76A749 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A749 is #8958B6. Grayscale: #8D8D8D. Windows color (decimal): -9001143 or 4826998. OLE color: 4826998.

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

Color convert

RGB11816773-
CMYK0.2900.560.35
HSL91.28º39.17%47.06%-
HSV(B)91.28º56.29%65.49%-
XYZ22.4931.9711.29-
YUV141.6389.27111.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.96%
GREEN value IS 167 (65.62% from 255) = 46.65%
BLUE value IS 73 (28.91% from 255) = 20.39%
R=32.96%
G=46.65%
B=20.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118167730.2900.560.3591.2839.1747.06
Hex76A7491D038235b272f
Octal16624711135070431334757
Binary11101101010011110010011110101110001000111011011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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