#76A261

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

Shades of Asparagus #76A261

Tints of Asparagus #76A261

Color information

#76A261 (or 0x76A261) is unknown color: approx Asparagus. HEX triplet: 76, A2 and 61. RGB value is (118,162,97). Sum of RGB (Red+Green+Blue) = 118+162+97=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 162 - color contains mainly: green. Hex color #76A261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A261 is #895D9E. Grayscale: #8D8D8D. Windows color (decimal): -9002399 or 6398582. OLE color: 6398582.

HSL color Cylindrical-coordinate representation of color #76A261: hue angle of 100.62º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76A261 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB11816297-
CMYK0.2700.400.36
HSL100.62º25.9%50.78%-
HSV(B)100.62º40.12%63.53%-
XYZ22.5530.5616.02-
YUV141.43102.92111.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.30%
GREEN value IS 162 (63.67% from 255) = 42.97%
BLUE value IS 97 (38.28% from 255) = 25.73%
R=31.30%
G=42.97%
B=25.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118162970.2700.400.36100.6225.950.78
Hex76A2611B02824651a33
Octal16624214133050441453263
Binary1110110101000101100001110110101000100100110010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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