#759A5F

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

Shades of Asparagus #759A5F

Tints of Asparagus #759A5F

Color information

#759A5F (or 0x759A5F) is unknown color: approx Asparagus. HEX triplet: 75, 9A and 5F. RGB value is (117,154,95). Sum of RGB (Red+Green+Blue) = 117+154+95=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 154 - color contains mainly: green. Hex color #759A5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759A5F is #8A65A0. Grayscale: #888888. Windows color (decimal): -9069985 or 6265461. OLE color: 6265461.

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

Color convert

RGB11715495-
CMYK0.2400.380.40
HSL97.63º23.69%48.82%-
HSV(B)97.63º38.31%60.39%-
XYZ20.9627.7215.07-
YUV136.21104.74114.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.97%
GREEN value IS 154 (60.55% from 255) = 42.08%
BLUE value IS 95 (37.5% from 255) = 25.96%
R=31.97%
G=42.08%
B=25.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117154950.2400.380.4097.6323.6948.82
Hex759A5F1802628621831
Octal16523213730046501423061
Binary1110101100110101011111110000100110101000110001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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