#76AD60

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

Shades of Asparagus #76AD60

Tints of Asparagus #76AD60

Color information

#76AD60 (or 0x76AD60) is unknown color: approx Asparagus. HEX triplet: 76, AD and 60. RGB value is (118,173,96). Sum of RGB (Red+Green+Blue) = 118+173+96=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AD60 is #89529F. Grayscale: #949494. Windows color (decimal): -8999584 or 6335862. OLE color: 6335862.

HSL color Cylindrical-coordinate representation of color #76AD60: hue angle of 102.86º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76AD60 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB11817396-
CMYK0.3200.450.32
HSL102.86º31.95%52.75%-
HSV(B)102.86º44.51%67.84%-
XYZ24.5334.5816.45-
YUV147.7898.78106.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.49%
GREEN value IS 173 (67.97% from 255) = 44.70%
BLUE value IS 96 (37.89% from 255) = 24.81%
R=30.49%
G=44.70%
B=24.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118173960.3200.450.32102.8631.9552.75
Hex76AD602002D20672035
Octal16625514040055401474065
Binary111011010101101110000010000001011011000001100111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,173,96); }

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

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

 a { background-color: rgb(118,173,96); }

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

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

 span { border-color: rgb(118,173,96); }

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