#75A760

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

Shades of Asparagus #75A760

Tints of Asparagus #75A760

Color information

#75A760 (or 0x75A760) is unknown color: approx Asparagus. HEX triplet: 75, A7 and 60. RGB value is (117,167,96). Sum of RGB (Red+Green+Blue) = 117+167+96=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 167 (65.62% from 255 or 43.95% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 167 - color contains mainly: green. Hex color #75A760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A760 is #8A589F. Grayscale: #909090. Windows color (decimal): -9066656 or 6334325. OLE color: 6334325.

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

Color convert

RGB11716796-
CMYK0.3000.430.35
HSL102.25º28.74%51.57%-
HSV(B)102.25º42.51%65.49%-
XYZ23.2732.2616.07-
YUV143.96100.94108.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.79%
GREEN value IS 167 (65.62% from 255) = 43.95%
BLUE value IS 96 (37.89% from 255) = 25.26%
R=30.79%
G=43.95%
B=25.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal117167960.3000.430.35102.2528.7451.57
Hex75A7601E02B23661d34
Octal16524714036053431463564
Binary1110101101001111100000111100101011100011110011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,167,96); }

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

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

 a { background-color: rgb(117,167,96); }

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

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

 span { border-color: rgb(117,167,96); }

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