#75AA53

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

Shades of Asparagus #75AA53

Tints of Asparagus #75AA53

Color information

#75AA53 (or 0x75AA53) is unknown color: approx Asparagus. HEX triplet: 75, AA and 53. RGB value is (117,170,83). Sum of RGB (Red+Green+Blue) = 117+170+83=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AA53 is #8A55AC. Grayscale: #909090. Windows color (decimal): -9065901 or 5483125. OLE color: 5483125.

HSL color Cylindrical-coordinate representation of color #75AA53: hue angle of 96.55º degrees, saturation: 0.34, 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 #75AA53 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB11717083-
CMYK0.3100.510.33
HSL96.55º34.39%49.61%-
HSV(B)96.55º51.18%66.67%-
XYZ23.2733.1613.36-
YUV144.2393.44108.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.62%
GREEN value IS 170 (66.80% from 255) = 45.95%
BLUE value IS 83 (32.81% from 255) = 22.43%
R=31.62%
G=45.95%
B=22.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117170830.3100.510.3396.5534.3949.61
Hex75AA531F03321612232
Octal16525212337063411414262
Binary11101011010101010100111111101100111000011100001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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