#76AD52

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

Shades of Asparagus #76AD52

Tints of Asparagus #76AD52

Color information

#76AD52 (or 0x76AD52) is unknown color: approx Asparagus. HEX triplet: 76, AD and 52. RGB value is (118,173,82). Sum of RGB (Red+Green+Blue) = 118+173+82=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AD52 is #8952AD. Grayscale: #929292. Windows color (decimal): -8999598 or 5418358. OLE color: 5418358.

HSL color Cylindrical-coordinate representation of color #76AD52: hue angle of 96.26º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76AD52 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB11817382-
CMYK0.3200.530.32
HSL96.26º35.69%50%-
HSV(B)96.26º52.6%67.84%-
XYZ23.9434.3513.35-
YUV146.1891.78107.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 173 (67.97% from 255) = 46.38%
BLUE value IS 82 (32.42% from 255) = 21.98%
R=31.64%
G=46.38%
B=21.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118173820.3200.530.3296.2635.6950
Hex76AD522003520602432
Octal16625512240065401404462
Binary111011010101101101001010000001101011000001100000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,173,82); }

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

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

 a { background-color: rgb(118,173,82); }

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

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

 span { border-color: rgb(118,173,82); }

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