#75ae5e

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

Shades of Asparagus #75AE5E

Tints of Asparagus #75AE5E

Color information

#75AE5E (or 0x75AE5E) is unknown color: approx Asparagus. HEX triplet: 75, AE and 5E. RGB value is (117,174,94). Sum of RGB (Red+Green+Blue) = 117+174+94=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 174 - color contains mainly: green. Hex color #75AE5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AE5E is #8A51A1. Grayscale: #949494. Windows color (decimal): -9064866 or 6205045. OLE color: 6205045.

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

Color convert

RGB11717494-
CMYK0.3300.460.32
HSL102.75º33.06%52.55%-
HSV(B)102.75º45.98%68.24%-
XYZ24.4934.8616.03-
YUV147.8497.62106-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.39%
GREEN value IS 174 (68.36% from 255) = 45.19%
BLUE value IS 94 (37.11% from 255) = 24.42%
R=30.39%
G=45.19%
B=24.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117174940.3300.460.32102.7533.0652.55
Hex75AE5E2102E20672135
Octal16525613641056401474165
Binary111010110101110101111010000101011101000001100111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ae5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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