#75A44A

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

Shades of Asparagus #75A44A

Tints of Asparagus #75A44A

Color information

#75A44A (or 0x75A44A) is unknown color: approx Asparagus. HEX triplet: 75, A4 and 4A. RGB value is (117,164,74). Sum of RGB (Red+Green+Blue) = 117+164+74=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 164 (64.45% from 255 or 46.20% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 164 - color contains mainly: green. Hex color #75A44A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A44A is #8A5BB5. Grayscale: #8C8C8C. Windows color (decimal): -9067446 or 4891765. OLE color: 4891765.

HSL color Cylindrical-coordinate representation of color #75A44A: hue angle of 91.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75A44A is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB11716474-
CMYK0.2900.550.36
HSL91.33º37.82%46.67%-
HSV(B)91.33º54.88%64.31%-
XYZ21.8530.8311.28-
YUV139.6990.93111.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 164 (64.45% from 255) = 46.20%
BLUE value IS 74 (29.30% from 255) = 20.85%
R=32.96%
G=46.20%
B=20.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117164740.2900.550.3691.3337.8246.67
Hex75A44A1D037245b262f
Octal16524411235067441334657
Binary11101011010010010010101110101101111001001011011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,164,74); }

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

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

 a { background-color: rgb(117,164,74); }

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

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

 span { border-color: rgb(117,164,74); }

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