#75aa55

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

Shades of Asparagus #75AA55

Tints of Asparagus #75AA55

Color information

#75AA55 (or 0x75AA55) is unknown color: approx Asparagus. HEX triplet: 75, AA and 55. RGB value is (117,170,85). Sum of RGB (Red+Green+Blue) = 117+170+85=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AA55 is #8A55AA. Grayscale: #909090. Windows color (decimal): -9065899 or 5614197. OLE color: 5614197.

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

Color convert

RGB11717085-
CMYK0.3100.500.33
HSL97.41º33.33%50%-
HSV(B)97.41º50%66.67%-
XYZ23.3533.1913.77-
YUV144.4694.44108.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.45%
GREEN value IS 170 (66.80% from 255) = 45.70%
BLUE value IS 85 (33.59% from 255) = 22.85%
R=31.45%
G=45.70%
B=22.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117170850.3100.500.3397.4133.3350
Hex75AA551F03221612132
Octal16525212537062411414162
Binary11101011010101010101011111101100101000011100001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75aa55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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