#76A644

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

Shades of Asparagus #76A644

Tints of Asparagus #76A644

Color information

#76A644 (or 0x76A644) is unknown color: approx Asparagus. HEX triplet: 76, A6 and 44. RGB value is (118,166,68). Sum of RGB (Red+Green+Blue) = 118+166+68=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 166 - color contains mainly: green. Hex color #76A644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A644 is #8959BB. Grayscale: #8C8C8C. Windows color (decimal): -9001404 or 4499062. OLE color: 4499062.

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

Color convert

RGB11816668-
CMYK0.2900.590.35
HSL89.39º41.88%45.88%-
HSV(B)89.39º59.04%65.1%-
XYZ22.1531.5410.39-
YUV140.4887.1111.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.52%
GREEN value IS 166 (65.23% from 255) = 47.16%
BLUE value IS 68 (26.95% from 255) = 19.32%
R=33.52%
G=47.16%
B=19.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118166680.2900.590.3589.3941.8845.88
Hex76A6441D03B23592a2e
Octal16624610435073431315256
Binary11101101010011010001001110101110111000111011001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,166,68); }

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

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

 a { background-color: rgb(118,166,68); }

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

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

 span { border-color: rgb(118,166,68); }

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