#769747

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

Shades of Asparagus #769747

Tints of Asparagus #769747

Color information

#769747 (or 0x769747) is unknown color: approx Asparagus. HEX triplet: 76, 97 and 47. RGB value is (118,151,71). Sum of RGB (Red+Green+Blue) = 118+151+71=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 151 (59.38% from 255 or 44.41% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 151 - color contains mainly: green. Hex color #769747 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769747 is #8968B8. Grayscale: #848484. Windows color (decimal): -9005241 or 4691830. OLE color: 4691830.

HSL color Cylindrical-coordinate representation of color #769747: hue angle of 84.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #769747 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB11815171-
CMYK0.2200.530.41
HSL84.75º36.04%43.53%-
HSV(B)84.75º52.98%59.22%-
XYZ19.6826.4410.03-
YUV132.0193.57118-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 151 (59.38% from 255) = 44.41%
BLUE value IS 71 (28.12% from 255) = 20.88%
R=34.71%
G=44.41%
B=20.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118151710.2200.530.4184.7536.0443.53
Hex769747160352955242c
Octal16622710726065511254454
Binary11101101001011110001111011001101011010011010101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769747; }

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

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

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

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

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

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

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

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