#75A559

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

Shades of Asparagus #75A559

Tints of Asparagus #75A559

Color information

#75A559 (or 0x75A559) is unknown color: approx Asparagus. HEX triplet: 75, A5 and 59. RGB value is (117,165,89). Sum of RGB (Red+Green+Blue) = 117+165+89=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #75A559 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A559 is #8A5AA6. Grayscale: #8E8E8E. Windows color (decimal): -9067175 or 5875061. OLE color: 5875061.

HSL color Cylindrical-coordinate representation of color #75A559: hue angle of 97.89º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75A559 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB11716589-
CMYK0.2900.460.35
HSL97.89º29.92%49.8%-
HSV(B)97.89º46.06%64.71%-
XYZ22.5931.4114.32-
YUV141.9898.1110.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 89 (35.16% from 255) = 23.99%
R=31.54%
G=44.47%
B=23.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal117165890.2900.460.3597.8929.9249.8
Hex75A5591D02E23621e32
Octal16524513135056431423662
Binary1110101101001011011001111010101110100011110001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75A559; }

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

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

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

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

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

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

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

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