#76964A

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

Shades of Asparagus #76964A

Tints of Asparagus #76964A

Color information

#76964A (or 0x76964A) is unknown color: approx Asparagus. HEX triplet: 76, 96 and 4A. RGB value is (118,150,74). Sum of RGB (Red+Green+Blue) = 118+150+74=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 150 - color contains mainly: green. Hex color #76964A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76964A is #8969B5. Grayscale: #848484. Windows color (decimal): -9005494 or 4888182. OLE color: 4888182.

HSL color Cylindrical-coordinate representation of color #76964A: hue angle of 85.26º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76964A is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB11815074-
CMYK0.2100.510.41
HSL85.26º33.93%43.92%-
HSV(B)85.26º50.67%58.82%-
XYZ19.6126.1610.49-
YUV131.7795.4118.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 150 (58.98% from 255) = 43.86%
BLUE value IS 74 (29.30% from 255) = 21.64%
R=34.50%
G=43.86%
B=21.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118150740.2100.510.4185.2633.9343.92
Hex76964A150332955222c
Octal16622611225063511254254
Binary11101101001011010010101010101100111010011010101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76964A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76964A; }

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

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

<style>
 a { background-color: #76964A; }

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

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

<style>
 span { border-color: #76964A; }

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

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