#75A161

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

Shades of Asparagus #75A161

Tints of Asparagus #75A161

Color information

#75A161 (or 0x75A161) is unknown color: approx Asparagus. HEX triplet: 75, A1 and 61. RGB value is (117,161,97). Sum of RGB (Red+Green+Blue) = 117+161+97=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 161 - color contains mainly: green. Hex color #75A161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A161 is #8A5E9E. Grayscale: #8C8C8C. Windows color (decimal): -9068191 or 6398325. OLE color: 6398325.

HSL color Cylindrical-coordinate representation of color #75A161: hue angle of 101.25º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75A161 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB11716197-
CMYK0.2700.400.37
HSL101.25º25.4%50.59%-
HSV(B)101.25º39.75%63.14%-
XYZ22.2430.1315.95-
YUV140.55103.42111.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.2%
GREEN value IS 161 (63.28% from 255) = 42.93%
BLUE value IS 97 (38.28% from 255) = 25.87%
R=31.2%
G=42.93%
B=25.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal117161970.2700.400.37101.2525.450.59
Hex75A1611B02825651933
Octal16524114133050451453163
Binary1110101101000011100001110110101000100101110010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,161,97); }

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

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

 a { background-color: rgb(117,161,97); }

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

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

 span { border-color: rgb(117,161,97); }

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