#75AA47

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

Shades of Asparagus #75AA47

Tints of Asparagus #75AA47

Color information

#75AA47 (or 0x75AA47) is unknown color: approx Asparagus. HEX triplet: 75, AA and 47. RGB value is (117,170,71). Sum of RGB (Red+Green+Blue) = 117+170+71=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AA47 is #8A55B8. Grayscale: #8F8F8F. Windows color (decimal): -9065913 or 4696693. OLE color: 4696693.

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

Color convert

RGB11717071-
CMYK0.3100.580.33
HSL92.12º41.08%47.25%-
HSV(B)92.12º58.24%66.67%-
XYZ22.8532.9911.12-
YUV142.8787.44109.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.68%
GREEN value IS 170 (66.80% from 255) = 47.49%
BLUE value IS 71 (28.12% from 255) = 19.83%
R=32.68%
G=47.49%
B=19.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117170710.3100.580.3392.1241.0847.25
Hex75AA471F03A215c292f
Octal16525210737072411345157
Binary11101011010101010001111111101110101000011011100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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