#769D47

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

Shades of Asparagus #769D47

Tints of Asparagus #769D47

Color information

#769D47 (or 0x769D47) is unknown color: approx Asparagus. HEX triplet: 76, 9D and 47. RGB value is (118,157,71). Sum of RGB (Red+Green+Blue) = 118+157+71=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 157 - color contains mainly: green. Hex color #769D47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769D47 is #8962B8. Grayscale: #878787. Windows color (decimal): -9003705 or 4693366. OLE color: 4693366.

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

Color convert

RGB11815771-
CMYK0.2500.550.38
HSL87.21º37.72%44.71%-
HSV(B)87.21º54.78%61.57%-
XYZ20.6728.4210.36-
YUV135.5491.58115.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.10%
GREEN value IS 157 (61.72% from 255) = 45.38%
BLUE value IS 71 (28.12% from 255) = 20.52%
R=34.10%
G=45.38%
B=20.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118157710.2500.550.3887.2137.7244.71
Hex769D47190372657262d
Octal16623510731067461274655
Binary11101101001110110001111100101101111001101010111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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