#76AF55

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

Shades of Asparagus #76AF55

Tints of Asparagus #76AF55

Color information

#76AF55 (or 0x76AF55) is unknown color: approx Asparagus. HEX triplet: 76, AF and 55. RGB value is (118,175,85). Sum of RGB (Red+Green+Blue) = 118+175+85=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AF55 is #8950AA. Grayscale: #949494. Windows color (decimal): -8999083 or 5615478. OLE color: 5615478.

HSL color Cylindrical-coordinate representation of color #76AF55: hue angle of 98º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76AF55 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB11817585-
CMYK0.3300.510.31
HSL98º36%50.98%-
HSV(B)98º51.43%68.63%-
XYZ24.4435.1714.09-
YUV147.792.62106.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.22%
GREEN value IS 175 (68.75% from 255) = 46.30%
BLUE value IS 85 (33.59% from 255) = 22.49%
R=31.22%
G=46.30%
B=22.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118175850.3300.510.31983650.98
Hex76AF55210331F622433
Octal16625712541063371424463
Binary11101101010111110101011000010110011111111100010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,175,85); }

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

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

 a { background-color: rgb(118,175,85); }

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

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

 span { border-color: rgb(118,175,85); }

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