#76A561

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

Shades of Asparagus #76A561

Tints of Asparagus #76A561

Color information

#76A561 (or 0x76A561) is unknown color: approx Asparagus. HEX triplet: 76, A5 and 61. RGB value is (118,165,97). Sum of RGB (Red+Green+Blue) = 118+165+97=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 165 - color contains mainly: green. Hex color #76A561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A561 is #895A9E. Grayscale: #8F8F8F. Windows color (decimal): -9001631 or 6399350. OLE color: 6399350.

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

Color convert

RGB11816597-
CMYK0.2800.410.35
HSL101.47º27.42%51.37%-
HSV(B)101.47º41.21%64.71%-
XYZ23.0831.6216.2-
YUV143.2101.93110.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.05%
GREEN value IS 165 (64.84% from 255) = 43.42%
BLUE value IS 97 (38.28% from 255) = 25.53%
R=31.05%
G=43.42%
B=25.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118165970.2800.410.35101.4727.4251.37
Hex76A5611C02923651b33
Octal16624514134051431453363
Binary1110110101001011100001111000101001100011110010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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