#75AA49

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

Shades of Asparagus #75AA49

Tints of Asparagus #75AA49

Color information

#75AA49 (or 0x75AA49) is unknown color: approx Asparagus. HEX triplet: 75, AA and 49. RGB value is (117,170,73). Sum of RGB (Red+Green+Blue) = 117+170+73=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AA49 is #8A55B6. Grayscale: #8F8F8F. Windows color (decimal): -9065911 or 4827765. OLE color: 4827765.

HSL color Cylindrical-coordinate representation of color #75AA49: hue angle of 92.78º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75AA49 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB11717073-
CMYK0.3100.570.33
HSL92.78º39.92%47.65%-
HSV(B)92.78º57.06%66.67%-
XYZ22.9133.0111.47-
YUV143.188.44109.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.5%
GREEN value IS 170 (66.80% from 255) = 47.22%
BLUE value IS 73 (28.91% from 255) = 20.28%
R=32.5%
G=47.22%
B=20.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117170730.3100.570.3392.7839.9247.65
Hex75AA491F039215d2830
Octal16525211137071411355060
Binary11101011010101010010011111101110011000011011101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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