#75A659

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

Shades of Asparagus #75A659

Tints of Asparagus #75A659

Color information

#75A659 (or 0x75A659) is unknown color: approx Asparagus. HEX triplet: 75, A6 and 59. RGB value is (117,166,89). Sum of RGB (Red+Green+Blue) = 117+166+89=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 166 - color contains mainly: green. Hex color #75A659 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A659 is #8A59A6. Grayscale: #8E8E8E. Windows color (decimal): -9066919 or 5875317. OLE color: 5875317.

HSL color Cylindrical-coordinate representation of color #75A659: hue angle of 98.18º 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 #75A659 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB11716689-
CMYK0.3000.460.35
HSL98.18º30.2%50%-
HSV(B)98.18º46.39%65.1%-
XYZ22.7831.7814.38-
YUV142.5797.77109.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.45%
GREEN value IS 166 (65.23% from 255) = 44.62%
BLUE value IS 89 (35.16% from 255) = 23.92%
R=31.45%
G=44.62%
B=23.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal117166890.3000.460.3598.1830.250
Hex75A6591E02E23621e32
Octal16524613136056431423662
Binary1110101101001101011001111100101110100011110001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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