#76A94E

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

Shades of Asparagus #76A94E

Tints of Asparagus #76A94E

Color information

#76A94E (or 0x76A94E) is unknown color: approx Asparagus. HEX triplet: 76, A9 and 4E. RGB value is (118,169,78). Sum of RGB (Red+Green+Blue) = 118+169+78=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 169 (66.41% from 255 or 46.30% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 169 - color contains mainly: green. Hex color #76A94E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A94E is #8956B1. Grayscale: #8F8F8F. Windows color (decimal): -9000626 or 5155190. OLE color: 5155190.

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

Color convert

RGB11816978-
CMYK0.3000.540.34
HSL93.63º36.84%48.43%-
HSV(B)93.63º53.85%66.27%-
XYZ23.0332.7812.32-
YUV143.3891.1109.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.33%
GREEN value IS 169 (66.41% from 255) = 46.30%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=32.33%
G=46.30%
B=21.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal118169780.3000.540.3493.6336.8448.43
Hex76A94E1E036225e2530
Octal16625111636066421364560
Binary11101101010100110011101111001101101000101011110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,169,78); }

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

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

 a { background-color: rgb(118,169,78); }

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

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

 span { border-color: rgb(118,169,78); }

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