#769F47

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

Shades of Asparagus #769F47

Tints of Asparagus #769F47

Color information

#769F47 (or 0x769F47) is unknown color: approx Asparagus. HEX triplet: 76, 9F and 47. RGB value is (118,159,71). Sum of RGB (Red+Green+Blue) = 118+159+71=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 159 - color contains mainly: green. Hex color #769F47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769F47 is #8960B8. Grayscale: #898989. Windows color (decimal): -9003193 or 4693878. OLE color: 4693878.

HSL color Cylindrical-coordinate representation of color #769F47: hue angle of 87.95º 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 #769F47 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB11815971-
CMYK0.2600.550.38
HSL87.95º38.26%45.1%-
HSV(B)87.95º55.35%62.35%-
XYZ21.0129.110.47-
YUV136.7190.92114.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.91%
GREEN value IS 159 (62.5% from 255) = 45.69%
BLUE value IS 71 (28.12% from 255) = 20.40%
R=33.91%
G=45.69%
B=20.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118159710.2600.550.3887.9538.2645.1
Hex769F471A0372658262d
Octal16623710732067461304655
Binary11101101001111110001111101001101111001101011000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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