#76A549

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

Shades of Asparagus #76A549

Tints of Asparagus #76A549

Color information

#76A549 (or 0x76A549) is unknown color: approx Asparagus. HEX triplet: 76, A5 and 49. RGB value is (118,165,73). Sum of RGB (Red+Green+Blue) = 118+165+73=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 165 - color contains mainly: green. Hex color #76A549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A549 is #895AB6. Grayscale: #8C8C8C. Windows color (decimal): -9001655 or 4826486. OLE color: 4826486.

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

Color convert

RGB11816573-
CMYK0.2800.560.35
HSL90.65º38.66%46.67%-
HSV(B)90.65º55.76%64.71%-
XYZ22.1331.2411.17-
YUV140.4689.93111.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.15%
GREEN value IS 165 (64.84% from 255) = 46.35%
BLUE value IS 73 (28.91% from 255) = 20.51%
R=33.15%
G=46.35%
B=20.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118165730.2800.560.3590.6538.6646.67
Hex76A5491C038235b272f
Octal16624511134070431334757
Binary11101101010010110010011110001110001000111011011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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