#76AF53

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

Shades of Asparagus #76AF53

Tints of Asparagus #76AF53

Color information

#76AF53 (or 0x76AF53) is unknown color: approx Asparagus. HEX triplet: 76, AF and 53. RGB value is (118,175,83). Sum of RGB (Red+Green+Blue) = 118+175+83=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AF53 is #8950AC. Grayscale: #939393. Windows color (decimal): -8999085 or 5484406. OLE color: 5484406.

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

Color convert

RGB11817583-
CMYK0.3300.530.31
HSL97.17º36.51%50.59%-
HSV(B)97.17º52.57%68.63%-
XYZ24.3635.1413.68-
YUV147.4791.62106.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.38%
GREEN value IS 175 (68.75% from 255) = 46.54%
BLUE value IS 83 (32.81% from 255) = 22.07%
R=31.38%
G=46.54%
B=22.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118175830.3300.530.3197.1736.5150.59
Hex76AF53210351F612533
Octal16625712341065371414563
Binary11101101010111110100111000010110101111111100001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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