#76AB62

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

Shades of Asparagus #76AB62

Tints of Asparagus #76AB62

Color information

#76AB62 (or 0x76AB62) is unknown color: approx Asparagus. HEX triplet: 76, AB and 62. RGB value is (118,171,98). Sum of RGB (Red+Green+Blue) = 118+171+98=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AB62 is #89549D. Grayscale: #939393. Windows color (decimal): -9000094 or 6466422. OLE color: 6466422.

HSL color Cylindrical-coordinate representation of color #76AB62: hue angle of 103.56º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76AB62 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB11817198-
CMYK0.3100.430.33
HSL103.56º30.29%52.75%-
HSV(B)103.56º42.69%67.06%-
XYZ24.2433.8616.81-
YUV146.83100.44107.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.49%
GREEN value IS 171 (67.19% from 255) = 44.19%
BLUE value IS 98 (38.67% from 255) = 25.32%
R=30.49%
G=44.19%
B=25.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118171980.3100.430.33103.5630.2952.75
Hex76AB621F02B21681e35
Octal16625314237053411503665
Binary1110110101010111100010111110101011100001110100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,171,98); }

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

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

 a { background-color: rgb(118,171,98); }

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

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

 span { border-color: rgb(118,171,98); }

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