#75AC60

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

Shades of Asparagus #75AC60

Tints of Asparagus #75AC60

Color information

#75AC60 (or 0x75AC60) is unknown color: approx Asparagus. HEX triplet: 75, AC and 60. RGB value is (117,172,96). Sum of RGB (Red+Green+Blue) = 117+172+96=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AC60 is #8A539F. Grayscale: #939393. Windows color (decimal): -9065376 or 6335605. OLE color: 6335605.

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

Color convert

RGB11717296-
CMYK0.3200.440.33
HSL103.42º31.4%52.55%-
HSV(B)103.42º44.19%67.45%-
XYZ24.234.1316.38-
YUV146.8999.28106.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.39%
GREEN value IS 172 (67.58% from 255) = 44.68%
BLUE value IS 96 (37.89% from 255) = 24.94%
R=30.39%
G=44.68%
B=24.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117172960.3200.440.33103.4231.452.55
Hex75AC602002C21671f35
Octal16525414040054411473765
Binary11101011010110011000001000000101100100001110011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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