#759549

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

Shades of Asparagus #759549

Tints of Asparagus #759549

Color information

#759549 (or 0x759549) is unknown color: approx Asparagus. HEX triplet: 75, 95 and 49. RGB value is (117,149,73). Sum of RGB (Red+Green+Blue) = 117+149+73=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #759549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759549 is #8A6AB6. Grayscale: #838383. Windows color (decimal): -9071287 or 4822389. OLE color: 4822389.

HSL color Cylindrical-coordinate representation of color #759549: hue angle of 85.26º 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 #759549 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB11714973-
CMYK0.2100.510.42
HSL85.26º34.23%43.53%-
HSV(B)85.26º51.01%58.43%-
XYZ19.2925.7610.26-
YUV130.7795.4118.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 149 (58.59% from 255) = 43.95%
BLUE value IS 73 (28.91% from 255) = 21.53%
R=34.51%
G=43.95%
B=21.53%

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
Decimal117149730.2100.510.4285.2634.2343.53
Hex759549150332A55222c
Octal16522511125063521254254
Binary11101011001010110010011010101100111010101010101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759549; }

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

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

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

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

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

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

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

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