#759B59

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

Shades of Asparagus #759B59

Tints of Asparagus #759B59

Color information

#759B59 (or 0x759B59) is unknown color: approx Asparagus. HEX triplet: 75, 9B and 59. RGB value is (117,155,89). Sum of RGB (Red+Green+Blue) = 117+155+89=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 155 - color contains mainly: green. Hex color #759B59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759B59 is #8A64A6. Grayscale: #888888. Windows color (decimal): -9069735 or 5872501. OLE color: 5872501.

HSL color Cylindrical-coordinate representation of color #759B59: hue angle of 94.55º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #759B59 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB11715589-
CMYK0.2500.430.39
HSL94.55º27.05%47.84%-
HSV(B)94.55º42.58%60.78%-
XYZ20.8627.9513.75-
YUV136.11101.41114.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.41%
GREEN value IS 155 (60.94% from 255) = 42.94%
BLUE value IS 89 (35.16% from 255) = 24.65%
R=32.41%
G=42.94%
B=24.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117155890.2500.430.3994.5527.0547.84
Hex759B591902B275f1b30
Octal16523313131053471373360
Binary1110101100110111011001110010101011100111101111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,155,89); }

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

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

 a { background-color: rgb(117,155,89); }

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

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

 span { border-color: rgb(117,155,89); }

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