#769E46

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

Shades of Asparagus #769E46

Tints of Asparagus #769E46

Color information

#769E46 (or 0x769E46) is unknown color: approx Asparagus. HEX triplet: 76, 9E and 46. RGB value is (118,158,70). Sum of RGB (Red+Green+Blue) = 118+158+70=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 158 - color contains mainly: green. Hex color #769E46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769E46 is #8961B9. Grayscale: #888888. Windows color (decimal): -9003450 or 4628086. OLE color: 4628086.

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

Color convert

RGB11815870-
CMYK0.2500.560.38
HSL87.27º38.6%44.71%-
HSV(B)87.27º55.7%61.96%-
XYZ20.828.7510.25-
YUV136.0190.75115.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.10%
GREEN value IS 158 (62.11% from 255) = 45.66%
BLUE value IS 70 (27.73% from 255) = 20.23%
R=34.10%
G=45.66%
B=20.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118158700.2500.560.3887.2738.644.71
Hex769E46190382657272d
Octal16623610631070461274755
Binary11101101001111010001101100101110001001101010111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,158,70); }

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

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

 a { background-color: rgb(118,158,70); }

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

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

 span { border-color: rgb(118,158,70); }

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