#76944D

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

Shades of Asparagus #76944D

Tints of Asparagus #76944D

Color information

#76944D (or 0x76944D) is unknown color: approx Asparagus. HEX triplet: 76, 94 and 4D. RGB value is (118,148,77). Sum of RGB (Red+Green+Blue) = 118+148+77=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #76944D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76944D is #896BB2. Grayscale: #838383. Windows color (decimal): -9006003 or 5084278. OLE color: 5084278.

HSL color Cylindrical-coordinate representation of color #76944D: hue angle of 85.35º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76944D is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB11814877-
CMYK0.2000.480.42
HSL85.35º31.56%44.12%-
HSV(B)85.35º47.97%58.04%-
XYZ19.425.5710.93-
YUV130.9497.56118.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 148 (58.20% from 255) = 43.15%
BLUE value IS 77 (30.47% from 255) = 22.45%
R=34.40%
G=43.15%
B=22.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118148770.2000.480.4285.3531.5644.12
Hex76944D140302A55202c
Octal16622411524060521254054
Binary11101101001010010011011010001100001010101010101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76944D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76944D; }

 p { color: rgb(118,148,77); }

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

<style>
 a { background-color: #76944D; }

 a { background-color: rgb(118,148,77); }

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

<style>
 span { border-color: #76944D; }

 span { border-color: rgb(118,148,77); }

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