#75A85B

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

Shades of Asparagus #75A85B

Tints of Asparagus #75A85B

Color information

#75A85B (or 0x75A85B) is unknown color: approx Asparagus. HEX triplet: 75, A8 and 5B. RGB value is (117,168,91). Sum of RGB (Red+Green+Blue) = 117+168+91=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 168 - color contains mainly: green. Hex color #75A85B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A85B is #8A57A4. Grayscale: #909090. Windows color (decimal): -9066405 or 6006901. OLE color: 6006901.

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

Color convert

RGB11716891-
CMYK0.3000.460.34
HSL99.74º30.68%50.78%-
HSV(B)99.74º45.83%65.88%-
XYZ23.2332.5414.95-
YUV143.9798.1108.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.12%
GREEN value IS 168 (66.02% from 255) = 44.68%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=31.12%
G=44.68%
B=24.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal117168910.3000.460.3499.7430.6850.78
Hex75A85B1E02E22641f33
Octal16525013336056421443763
Binary1110101101010001011011111100101110100010110010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,168,91); }

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

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

 a { background-color: rgb(117,168,91); }

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

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

 span { border-color: rgb(117,168,91); }

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