#76A853

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

Shades of Asparagus #76A853

Tints of Asparagus #76A853

Color information

#76A853 (or 0x76A853) is unknown color: approx Asparagus. HEX triplet: 76, A8 and 53. RGB value is (118,168,83). Sum of RGB (Red+Green+Blue) = 118+168+83=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 168 - color contains mainly: green. Hex color #76A853 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A853 is #8957AC. Grayscale: #8F8F8F. Windows color (decimal): -9000877 or 5482614. OLE color: 5482614.

HSL color Cylindrical-coordinate representation of color #76A853: hue angle of 95.29º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76A853 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB11816883-
CMYK0.3000.510.34
HSL95.29º33.86%49.22%-
HSV(B)95.29º50.6%65.88%-
XYZ23.0432.4813.24-
YUV143.3693.94109.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.98%
GREEN value IS 168 (66.02% from 255) = 45.53%
BLUE value IS 83 (32.81% from 255) = 22.49%
R=31.98%
G=45.53%
B=22.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal118168830.3000.510.3495.2933.8649.22
Hex76A8531E033225f2231
Octal16625012336063421374261
Binary11101101010100010100111111001100111000101011111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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