#75A15D

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

Shades of Asparagus #75A15D

Tints of Asparagus #75A15D

Color information

#75A15D (or 0x75A15D) is unknown color: approx Asparagus. HEX triplet: 75, A1 and 5D. RGB value is (117,161,93). Sum of RGB (Red+Green+Blue) = 117+161+93=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 161 - color contains mainly: green. Hex color #75A15D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A15D is #8A5EA2. Grayscale: #8C8C8C. Windows color (decimal): -9068195 or 6136181. OLE color: 6136181.

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

Color convert

RGB11716193-
CMYK0.2700.420.37
HSL98.82º26.77%49.8%-
HSV(B)98.82º42.24%63.14%-
XYZ22.0630.0615-
YUV140.09101.42111.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 161 (63.28% from 255) = 43.40%
BLUE value IS 93 (36.72% from 255) = 25.07%
R=31.54%
G=43.40%
B=25.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal117161930.2700.420.3798.8226.7749.8
Hex75A15D1B02A25631b32
Octal16524113533052451433362
Binary1110101101000011011101110110101010100101110001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,161,93); }

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

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

 a { background-color: rgb(117,161,93); }

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

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

 span { border-color: rgb(117,161,93); }

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