#75AB53

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

Shades of Asparagus #75AB53

Tints of Asparagus #75AB53

Color information

#75AB53 (or 0x75AB53) is unknown color: approx Asparagus. HEX triplet: 75, AB and 53. RGB value is (117,171,83). Sum of RGB (Red+Green+Blue) = 117+171+83=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AB53 is #8A54AC. Grayscale: #919191. Windows color (decimal): -9065645 or 5483381. OLE color: 5483381.

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

Color convert

RGB11717183-
CMYK0.3200.510.33
HSL96.82º34.65%49.8%-
HSV(B)96.82º51.46%67.06%-
XYZ23.4633.5313.42-
YUV144.8293.11108.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 171 (67.19% from 255) = 46.09%
BLUE value IS 83 (32.81% from 255) = 22.37%
R=31.54%
G=46.09%
B=22.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117171830.3200.510.3396.8234.6549.8
Hex75AB532003321612332
Octal16525312340063411414362
Binary111010110101011101001110000001100111000011100001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,171,83); }

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

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

 a { background-color: rgb(117,171,83); }

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

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

 span { border-color: rgb(117,171,83); }

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