#76A65F

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

Shades of Asparagus #76A65F

Tints of Asparagus #76A65F

Color information

#76A65F (or 0x76A65F) is unknown color: approx Asparagus. HEX triplet: 76, A6 and 5F. RGB value is (118,166,95). Sum of RGB (Red+Green+Blue) = 118+166+95=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 166 - color contains mainly: green. Hex color #76A65F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A65F is #8959A0. Grayscale: #8F8F8F. Windows color (decimal): -9001377 or 6268534. OLE color: 6268534.

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

Color convert

RGB11816695-
CMYK0.2900.430.35
HSL100.56º28.51%51.18%-
HSV(B)100.56º42.77%65.1%-
XYZ23.1731.9515.77-
YUV143.55100.6109.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.13%
GREEN value IS 166 (65.23% from 255) = 43.80%
BLUE value IS 95 (37.5% from 255) = 25.07%
R=31.13%
G=43.80%
B=25.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118166950.2900.430.35100.5628.5151.18
Hex76A65F1D02B23651d33
Octal16624613735053431453563
Binary1110110101001101011111111010101011100011110010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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