#75A460

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

Shades of Asparagus #75A460

Tints of Asparagus #75A460

Color information

#75A460 (or 0x75A460) is unknown color: approx Asparagus. HEX triplet: 75, A4 and 60. RGB value is (117,164,96). Sum of RGB (Red+Green+Blue) = 117+164+96=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 164 - color contains mainly: green. Hex color #75A460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A460 is #8A5B9F. Grayscale: #8E8E8E. Windows color (decimal): -9067424 or 6333557. OLE color: 6333557.

HSL color Cylindrical-coordinate representation of color #75A460: hue angle of 101.47º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75A460 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB11716496-
CMYK0.2900.410.36
HSL101.47º27.2%50.98%-
HSV(B)101.47º41.46%64.31%-
XYZ22.7231.1815.89-
YUV142.2101.93110.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.03%
GREEN value IS 164 (64.45% from 255) = 43.50%
BLUE value IS 96 (37.89% from 255) = 25.46%
R=31.03%
G=43.50%
B=25.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117164960.2900.410.36101.4727.250.98
Hex75A4601D02924651b33
Octal16524414035051441453363
Binary1110101101001001100000111010101001100100110010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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