#75AC5E

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

Shades of Asparagus #75AC5E

Tints of Asparagus #75AC5E

Color information

#75AC5E (or 0x75AC5E) is unknown color: approx Asparagus. HEX triplet: 75, AC and 5E. RGB value is (117,172,94). Sum of RGB (Red+Green+Blue) = 117+172+94=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AC5E is #8A53A1. Grayscale: #929292. Windows color (decimal): -9065378 or 6204533. OLE color: 6204533.

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

Color convert

RGB11717294-
CMYK0.3200.450.33
HSL102.31º31.97%52.16%-
HSV(B)102.31º45.35%67.45%-
XYZ24.1134.115.9-
YUV146.6698.28106.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.55%
GREEN value IS 172 (67.58% from 255) = 44.91%
BLUE value IS 94 (37.11% from 255) = 24.54%
R=30.55%
G=44.91%
B=24.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117172940.3200.450.33102.3131.9752.16
Hex75AC5E2002D21662034
Octal16525413640055411464064
Binary111010110101100101111010000001011011000011100110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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