#769549

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

Shades of Asparagus #769549

Tints of Asparagus #769549

Color information

#769549 (or 0x769549) is unknown color: approx Asparagus. HEX triplet: 76, 95 and 49. RGB value is (118,149,73). Sum of RGB (Red+Green+Blue) = 118+149+73=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 149 - color contains mainly: green. Hex color #769549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769549 is #896AB6. Grayscale: #838383. Windows color (decimal): -9005751 or 4822390. OLE color: 4822390.

HSL color Cylindrical-coordinate representation of color #769549: hue angle of 84.47º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #769549 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB11814973-
CMYK0.2100.510.42
HSL84.47º34.23%43.53%-
HSV(B)84.47º51.01%58.43%-
XYZ19.4225.8310.26-
YUV131.0795.23118.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 149 (58.59% from 255) = 43.82%
BLUE value IS 73 (28.91% from 255) = 21.47%
R=34.71%
G=43.82%
B=21.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118149730.2100.510.4284.4734.2343.53
Hex769549150332A54222c
Octal16622511125063521244254
Binary11101101001010110010011010101100111010101010100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769549; }

 p { color: rgb(118,149,73); }

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

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

 a { background-color: rgb(118,149,73); }

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

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

 span { border-color: rgb(118,149,73); }

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