#76AD4A

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

Shades of Asparagus #76AD4A

Tints of Asparagus #76AD4A

Color information

#76AD4A (or 0x76AD4A) is unknown color: approx Asparagus. HEX triplet: 76, AD and 4A. RGB value is (118,173,74). Sum of RGB (Red+Green+Blue) = 118+173+74=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AD4A is #8952B5. Grayscale: #919191. Windows color (decimal): -8999606 or 4894070. OLE color: 4894070.

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

Color convert

RGB11817374-
CMYK0.3200.570.32
HSL93.33º40.08%48.43%-
HSV(B)93.33º57.23%67.84%-
XYZ23.6534.2311.84-
YUV145.2787.78108.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.33%
GREEN value IS 173 (67.97% from 255) = 47.40%
BLUE value IS 74 (29.30% from 255) = 20.27%
R=32.33%
G=47.40%
B=20.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118173740.3200.570.3293.3340.0848.43
Hex76AD4A20039205d2830
Octal16625511240071401355060
Binary111011010101101100101010000001110011000001011101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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