#769449

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

Shades of Asparagus #769449

Tints of Asparagus #769449

Color information

#769449 (or 0x769449) is unknown color: approx Asparagus. HEX triplet: 76, 94 and 49. RGB value is (118,148,73). Sum of RGB (Red+Green+Blue) = 118+148+73=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #769449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769449 is #896BB6. Grayscale: #828282. Windows color (decimal): -9006007 or 4822134. OLE color: 4822134.

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

Color convert

RGB11814873-
CMYK0.2000.510.42
HSL84º33.94%43.33%-
HSV(B)84º50.68%58.04%-
XYZ19.2625.5110.21-
YUV130.4895.56119.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.81%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 73 (28.91% from 255) = 21.53%
R=34.81%
G=43.66%
B=21.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118148730.2000.510.428433.9443.33
Hex769449140332A54222b
Octal16622411124063521244253
Binary11101101001010010010011010001100111010101010100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769449; }

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

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

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

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

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

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

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

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