#76A550

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

Shades of Asparagus #76A550

Tints of Asparagus #76A550

Color information

#76A550 (or 0x76A550) is unknown color: approx Asparagus. HEX triplet: 76, A5 and 50. RGB value is (118,165,80). Sum of RGB (Red+Green+Blue) = 118+165+80=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 165 (64.84% from 255 or 45.45% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 165 - color contains mainly: green. Hex color #76A550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A550 is #895AAF. Grayscale: #8D8D8D. Windows color (decimal): -9001648 or 5285238. OLE color: 5285238.

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

Color convert

RGB11816580-
CMYK0.2800.520.35
HSL93.18º34.69%48.04%-
HSV(B)93.18º51.52%64.71%-
XYZ22.3731.3412.46-
YUV141.2693.43111.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.51%
GREEN value IS 165 (64.84% from 255) = 45.45%
BLUE value IS 80 (31.64% from 255) = 22.04%
R=32.51%
G=45.45%
B=22.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118165800.2800.520.3593.1834.6948.04
Hex76A5501C034235d2330
Octal16624512034064431354360
Binary11101101010010110100001110001101001000111011101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,165,80); }

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

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

 a { background-color: rgb(118,165,80); }

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

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

 span { border-color: rgb(118,165,80); }

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