#75A060

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

Shades of Asparagus #75A060

Tints of Asparagus #75A060

Color information

#75A060 (or 0x75A060) is unknown color: approx Asparagus. HEX triplet: 75, A0 and 60. RGB value is (117,160,96). Sum of RGB (Red+Green+Blue) = 117+160+96=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 160 - color contains mainly: green. Hex color #75A060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A060 is #8A5F9F. Grayscale: #8C8C8C. Windows color (decimal): -9068448 or 6332533. OLE color: 6332533.

HSL color Cylindrical-coordinate representation of color #75A060: hue angle of 100.31º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75A060 is Cyan = 0.27, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB11716096-
CMYK0.2700.40.37
HSL100.31º25.2%50.2%-
HSV(B)100.31º40%62.75%-
XYZ22.0229.7715.65-
YUV139.85103.25111.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.37%
GREEN value IS 160 (62.89% from 255) = 42.90%
BLUE value IS 96 (37.89% from 255) = 25.74%
R=31.37%
G=42.90%
B=25.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal117160960.2700.40.37100.3125.250.2
Hex75A0601B02825641932
Octal16524014033050451443162
Binary1110101101000001100000110110101000100101110010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,160,96); }

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

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

 a { background-color: rgb(117,160,96); }

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

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

 span { border-color: rgb(117,160,96); }

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