#769D4D

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

Shades of Asparagus #769D4D

Tints of Asparagus #769D4D

Color information

#769D4D (or 0x769D4D) is unknown color: approx Asparagus. HEX triplet: 76, 9D and 4D. RGB value is (118,157,77). Sum of RGB (Red+Green+Blue) = 118+157+77=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #769D4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769D4D is #8962B2. Grayscale: #888888. Windows color (decimal): -9003699 or 5086582. OLE color: 5086582.

HSL color Cylindrical-coordinate representation of color #769D4D: hue angle of 89.25º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #769D4D is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB11815777-
CMYK0.2500.510.38
HSL89.25º34.19%45.88%-
HSV(B)89.25º50.96%61.57%-
XYZ20.8728.511.42-
YUV136.2294.58115-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.52%
GREEN value IS 157 (61.72% from 255) = 44.60%
BLUE value IS 77 (30.47% from 255) = 21.88%
R=33.52%
G=44.60%
B=21.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118157770.2500.510.3889.2534.1945.88
Hex769D4D190332659222e
Octal16623511531063461314256
Binary11101101001110110011011100101100111001101011001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769D4D; }

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

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

<style>
 a { background-color: #769D4D; }

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

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

<style>
 span { border-color: #769D4D; }

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

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