#75A955

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

Shades of Asparagus #75A955

Tints of Asparagus #75A955

Color information

#75A955 (or 0x75A955) is unknown color: approx Asparagus. HEX triplet: 75, A9 and 55. RGB value is (117,169,85). Sum of RGB (Red+Green+Blue) = 117+169+85=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 169 - color contains mainly: green. Hex color #75A955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A955 is #8A56AA. Grayscale: #909090. Windows color (decimal): -9066155 or 5613941. OLE color: 5613941.

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

Color convert

RGB11716985-
CMYK0.3100.500.34
HSL97.14º33.07%49.8%-
HSV(B)97.14º49.7%66.27%-
XYZ23.1632.8113.71-
YUV143.8894.77108.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 169 (66.41% from 255) = 45.55%
BLUE value IS 85 (33.59% from 255) = 22.91%
R=31.54%
G=45.55%
B=22.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal117169850.3100.500.3497.1433.0749.8
Hex75A9551F03222612132
Octal16525112537062421414162
Binary11101011010100110101011111101100101000101100001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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