#76AA4B

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

Shades of Asparagus #76AA4B

Tints of Asparagus #76AA4B

Color information

#76AA4B (or 0x76AA4B) is unknown color: approx Asparagus. HEX triplet: 76, AA and 4B. RGB value is (118,170,75). Sum of RGB (Red+Green+Blue) = 118+170+75=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AA4B is #8955B4. Grayscale: #8F8F8F. Windows color (decimal): -9000373 or 4958838. OLE color: 4958838.

HSL color Cylindrical-coordinate representation of color #76AA4B: hue angle of 92.84º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76AA4B is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB11817075-
CMYK0.3100.560.33
HSL92.84º38.78%48.04%-
HSV(B)92.84º55.88%66.67%-
XYZ23.1233.1111.83-
YUV143.6289.27109.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.51%
GREEN value IS 170 (66.80% from 255) = 46.83%
BLUE value IS 75 (29.69% from 255) = 20.66%
R=32.51%
G=46.83%
B=20.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118170750.3100.560.3392.8438.7848.04
Hex76AA4B1F038215d2730
Octal16625211337070411354760
Binary11101101010101010010111111101110001000011011101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,170,75); }

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

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

 a { background-color: rgb(118,170,75); }

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

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

 span { border-color: rgb(118,170,75); }

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