#759A50

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

Shades of Asparagus #759A50

Tints of Asparagus #759A50

Color information

#759A50 (or 0x759A50) is unknown color: approx Asparagus. HEX triplet: 75, 9A and 50. RGB value is (117,154,80). Sum of RGB (Red+Green+Blue) = 117+154+80=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 154 - color contains mainly: green. Hex color #759A50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759A50 is #8A65AF. Grayscale: #868686. Windows color (decimal): -9070000 or 5282421. OLE color: 5282421.

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

Color convert

RGB11715480-
CMYK0.2400.480.40
HSL90º31.62%45.88%-
HSV(B)90º48.05%60.39%-
XYZ20.3427.4711.82-
YUV134.597.24115.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 154 (60.55% from 255) = 43.87%
BLUE value IS 80 (31.64% from 255) = 22.79%
R=33.33%
G=43.87%
B=22.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117154800.2400.480.409031.6245.88
Hex759A5018030285a202e
Octal16523212030060501324056
Binary11101011001101010100001100001100001010001011010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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