#76A546

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

Shades of Asparagus #76A546

Tints of Asparagus #76A546

Color information

#76A546 (or 0x76A546) is unknown color: approx Asparagus. HEX triplet: 76, A5 and 46. RGB value is (118,165,70). Sum of RGB (Red+Green+Blue) = 118+165+70=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 165 (64.84% from 255 or 46.74% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 165 - color contains mainly: green. Hex color #76A546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A546 is #895AB9. Grayscale: #8C8C8C. Windows color (decimal): -9001658 or 4629878. OLE color: 4629878.

HSL color Cylindrical-coordinate representation of color #76A546: hue angle of 89.68º degrees, saturation: 0.4, 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 #76A546 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB11816570-
CMYK0.2800.580.35
HSL89.68º40.43%46.08%-
HSV(B)89.68º57.58%64.71%-
XYZ22.0331.210.66-
YUV140.1288.43112.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.43%
GREEN value IS 165 (64.84% from 255) = 46.74%
BLUE value IS 70 (27.73% from 255) = 19.83%
R=33.43%
G=46.74%
B=19.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118165700.2800.580.3589.6840.4346.08
Hex76A5461C03A235a282e
Octal16624510634072431325056
Binary11101101010010110001101110001110101000111011010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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