#75A357

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

Shades of Asparagus #75A357

Tints of Asparagus #75A357

Color information

#75A357 (or 0x75A357) is unknown color: approx Asparagus. HEX triplet: 75, A3 and 57. RGB value is (117,163,87). Sum of RGB (Red+Green+Blue) = 117+163+87=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 163 (64.06% from 255 or 44.41% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 163 - color contains mainly: green. Hex color #75A357 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A357 is #8A5CA8. Grayscale: #8C8C8C. Windows color (decimal): -9067689 or 5743477. OLE color: 5743477.

HSL color Cylindrical-coordinate representation of color #75A357: hue angle of 96.32º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75A357 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB11716387-
CMYK0.2800.470.36
HSL96.32º30.4%49.02%-
HSV(B)96.32º46.63%63.92%-
XYZ22.1530.6613.77-
YUV140.5897.76111.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.88%
GREEN value IS 163 (64.06% from 255) = 44.41%
BLUE value IS 87 (34.38% from 255) = 23.71%
R=31.88%
G=44.41%
B=23.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117163870.2800.470.3696.3230.449.02
Hex75A3571C02F24601e31
Octal16524312734057441403661
Binary1110101101000111010111111000101111100100110000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,163,87); }

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

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

 a { background-color: rgb(117,163,87); }

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

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

 span { border-color: rgb(117,163,87); }

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