#75A061

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

Shades of Asparagus #75A061

Tints of Asparagus #75A061

Color information

#75A061 (or 0x75A061) is unknown color: approx Asparagus. HEX triplet: 75, A0 and 61. RGB value is (117,160,97). Sum of RGB (Red+Green+Blue) = 117+160+97=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 160 - color contains mainly: green. Hex color #75A061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A061 is #8A5F9E. Grayscale: #8C8C8C. Windows color (decimal): -9068447 or 6398069. OLE color: 6398069.

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

Color convert

RGB11716097-
CMYK0.2700.390.37
HSL100.95º24.9%50.39%-
HSV(B)100.95º39.38%62.75%-
XYZ22.0629.7915.9-
YUV139.96103.75111.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 160 (62.89% from 255) = 42.78%
BLUE value IS 97 (38.28% from 255) = 25.94%
R=31.28%
G=42.78%
B=25.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal117160970.2700.390.37100.9524.950.39
Hex75A0611B02725651932
Octal16524014133047451453162
Binary1110101101000001100001110110100111100101110010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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