#76A04F

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

Shades of Asparagus #76A04F

Tints of Asparagus #76A04F

Color information

#76A04F (or 0x76A04F) is unknown color: approx Asparagus. HEX triplet: 76, A0 and 4F. RGB value is (118,160,79). Sum of RGB (Red+Green+Blue) = 118+160+79=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 160 - color contains mainly: green. Hex color #76A04F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A04F is #895FB0. Grayscale: #8A8A8A. Windows color (decimal): -9002929 or 5218422. OLE color: 5218422.

HSL color Cylindrical-coordinate representation of color #76A04F: hue angle of 91.11º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76A04F is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB11816079-
CMYK0.2600.510.37
HSL91.11º33.89%46.86%-
HSV(B)91.11º50.63%62.75%-
XYZ21.4529.5611.97-
YUV138.2194.59113.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.05%
GREEN value IS 160 (62.89% from 255) = 44.82%
BLUE value IS 79 (31.25% from 255) = 22.13%
R=33.05%
G=44.82%
B=22.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal118160790.2600.510.3791.1133.8946.86
Hex76A04F1A033255b222f
Octal16624011732063451334257
Binary11101101010000010011111101001100111001011011011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,160,79); }

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

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

 a { background-color: rgb(118,160,79); }

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

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

 span { border-color: rgb(118,160,79); }

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