#75A549

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

Shades of Asparagus #75A549

Tints of Asparagus #75A549

Color information

#75A549 (or 0x75A549) is unknown color: approx Asparagus. HEX triplet: 75, A5 and 49. RGB value is (117,165,73). Sum of RGB (Red+Green+Blue) = 117+165+73=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 165 - color contains mainly: green. Hex color #75A549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A549 is #8A5AB6. Grayscale: #8C8C8C. Windows color (decimal): -9067191 or 4826485. OLE color: 4826485.

HSL color Cylindrical-coordinate representation of color #75A549: hue angle of 91.3º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75A549 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB11716573-
CMYK0.2900.560.35
HSL91.3º38.66%46.67%-
HSV(B)91.3º55.76%64.71%-
XYZ21.9931.1711.16-
YUV140.1690.1111.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 165 (64.84% from 255) = 46.48%
BLUE value IS 73 (28.91% from 255) = 20.56%
R=32.96%
G=46.48%
B=20.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal117165730.2900.560.3591.338.6646.67
Hex75A5491D038235b272f
Octal16524511135070431334757
Binary11101011010010110010011110101110001000111011011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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