#75AD51

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

Shades of Asparagus #75AD51

Tints of Asparagus #75AD51

Color information

#75AD51 (or 0x75AD51) is unknown color: approx Asparagus. HEX triplet: 75, AD and 51. RGB value is (117,173,81). Sum of RGB (Red+Green+Blue) = 117+173+81=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AD51 is #8A52AE. Grayscale: #929292. Windows color (decimal): -9065135 or 5352821. OLE color: 5352821.

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

Color convert

RGB11717381-
CMYK0.3200.530.32
HSL96.52º36.22%49.8%-
HSV(B)96.52º53.18%67.84%-
XYZ23.7634.2613.15-
YUV145.7791.45107.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 173 (67.97% from 255) = 46.63%
BLUE value IS 81 (32.03% from 255) = 21.83%
R=31.54%
G=46.63%
B=21.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117173810.3200.530.3296.5236.2249.8
Hex75AD512003520612432
Octal16525512140065401414462
Binary111010110101101101000110000001101011000001100001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,173,81); }

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

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

 a { background-color: rgb(117,173,81); }

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

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

 span { border-color: rgb(117,173,81); }

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