#759A55

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

Shades of Asparagus #759A55

Tints of Asparagus #759A55

Color information

#759A55 (or 0x759A55) is unknown color: approx Asparagus. HEX triplet: 75, 9A and 55. RGB value is (117,154,85). Sum of RGB (Red+Green+Blue) = 117+154+85=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 154 - color contains mainly: green. Hex color #759A55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759A55 is #8A65AA. Grayscale: #878787. Windows color (decimal): -9069995 or 5610101. OLE color: 5610101.

HSL color Cylindrical-coordinate representation of color #759A55: hue angle of 92.17º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #759A55 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB11715485-
CMYK0.2400.450.40
HSL92.17º28.87%46.86%-
HSV(B)92.17º44.81%60.39%-
XYZ20.5327.5512.83-
YUV135.0799.74115.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 154 (60.55% from 255) = 43.26%
BLUE value IS 85 (33.59% from 255) = 23.88%
R=32.87%
G=43.26%
B=23.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117154850.2400.450.4092.1728.8746.86
Hex759A551802D285c1d2f
Octal16523212530055501343557
Binary1110101100110101010101110000101101101000101110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759A55; }

 p { color: rgb(117,154,85); }

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

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

 a { background-color: rgb(117,154,85); }

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

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

 span { border-color: rgb(117,154,85); }

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