#75AE5C

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

Shades of Asparagus #75AE5C

Tints of Asparagus #75AE5C

Color information

#75AE5C (or 0x75AE5C) is unknown color: approx Asparagus. HEX triplet: 75, AE and 5C. RGB value is (117,174,92). Sum of RGB (Red+Green+Blue) = 117+174+92=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 174 - color contains mainly: green. Hex color #75AE5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AE5C is #8A51A3. Grayscale: #939393. Windows color (decimal): -9064868 or 6073973. OLE color: 6073973.

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

Color convert

RGB11717492-
CMYK0.3300.470.32
HSL101.71º33.61%52.16%-
HSV(B)101.71º47.13%68.24%-
XYZ24.434.8315.56-
YUV147.6196.62106.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.55%
GREEN value IS 174 (68.36% from 255) = 45.43%
BLUE value IS 92 (36.33% from 255) = 24.02%
R=30.55%
G=45.43%
B=24.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117174920.3300.470.32101.7133.6152.16
Hex75AE5C2102F20662234
Octal16525613441057401464264
Binary111010110101110101110010000101011111000001100110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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