#769947

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

Shades of Asparagus #769947

Tints of Asparagus #769947

Color information

#769947 (or 0x769947) is unknown color: approx Asparagus. HEX triplet: 76, 99 and 47. RGB value is (118,153,71). Sum of RGB (Red+Green+Blue) = 118+153+71=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #769947 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769947 is #8966B8. Grayscale: #858585. Windows color (decimal): -9004729 or 4692342. OLE color: 4692342.

HSL color Cylindrical-coordinate representation of color #769947: hue angle of 85.61º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #769947 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB11815371-
CMYK0.2300.540.4
HSL85.61º36.61%43.92%-
HSV(B)85.61º53.59%60%-
XYZ2027.0910.14-
YUV133.1992.9117.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 153 (60.16% from 255) = 44.74%
BLUE value IS 71 (28.12% from 255) = 20.76%
R=34.50%
G=44.74%
B=20.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118153710.2300.540.485.6136.6143.92
Hex769947170362856252c
Octal16623110727066501264554
Binary11101101001100110001111011101101101010001010110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769947; }

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

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

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

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

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

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

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

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