#75AC5D

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

Shades of Asparagus #75AC5D

Tints of Asparagus #75AC5D

Color information

#75AC5D (or 0x75AC5D) is unknown color: approx Asparagus. HEX triplet: 75, AC and 5D. RGB value is (117,172,93). Sum of RGB (Red+Green+Blue) = 117+172+93=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AC5D is #8A53A2. Grayscale: #929292. Windows color (decimal): -9065379 or 6138997. OLE color: 6138997.

HSL color Cylindrical-coordinate representation of color #75AC5D: hue angle of 101.77º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75AC5D is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB11717293-
CMYK0.3200.460.33
HSL101.77º32.24%51.96%-
HSV(B)101.77º45.93%67.45%-
XYZ24.0634.0815.67-
YUV146.5597.78106.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.63%
GREEN value IS 172 (67.58% from 255) = 45.03%
BLUE value IS 93 (36.72% from 255) = 24.35%
R=30.63%
G=45.03%
B=24.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117172930.3200.460.33101.7732.2451.96
Hex75AC5D2002E21662034
Octal16525413540056411464064
Binary111010110101100101110110000001011101000011100110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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