#76A958

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

Shades of Asparagus #76A958

Tints of Asparagus #76A958

Color information

#76A958 (or 0x76A958) is unknown color: approx Asparagus. HEX triplet: 76, A9 and 58. RGB value is (118,169,88). Sum of RGB (Red+Green+Blue) = 118+169+88=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 169 (66.41% from 255 or 45.07% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 169 - color contains mainly: green. Hex color #76A958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A958 is #8956A7. Grayscale: #909090. Windows color (decimal): -9000616 or 5810550. OLE color: 5810550.

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

Color convert

RGB11816988-
CMYK0.3000.480.34
HSL97.78º32.02%50.39%-
HSV(B)97.78º47.93%66.27%-
XYZ23.4232.9314.35-
YUV144.5296.1109.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 169 (66.41% from 255) = 45.07%
BLUE value IS 88 (34.77% from 255) = 23.47%
R=31.47%
G=45.07%
B=23.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal118169880.3000.480.3497.7832.0250.39
Hex76A9581E03022622032
Octal16625113036060421424062
Binary11101101010100110110001111001100001000101100010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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