#759E4D

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

Shades of Asparagus #759E4D

Tints of Asparagus #759E4D

Color information

#759E4D (or 0x759E4D) is unknown color: approx Asparagus. HEX triplet: 75, 9E and 4D. RGB value is (117,158,77). Sum of RGB (Red+Green+Blue) = 117+158+77=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 158 - color contains mainly: green. Hex color #759E4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759E4D is #8A61B2. Grayscale: #888888. Windows color (decimal): -9068979 or 5086837. OLE color: 5086837.

HSL color Cylindrical-coordinate representation of color #759E4D: hue angle of 90.37º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #759E4D is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB11715877-
CMYK0.2600.510.38
HSL90.37º34.47%46.08%-
HSV(B)90.37º51.27%61.96%-
XYZ20.928.7711.47-
YUV136.5194.42114.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.24%
GREEN value IS 158 (62.11% from 255) = 44.89%
BLUE value IS 77 (30.47% from 255) = 21.88%
R=33.24%
G=44.89%
B=21.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117158770.2600.510.3890.3734.4746.08
Hex759E4D1A033265a222e
Octal16523611532063461324256
Binary11101011001111010011011101001100111001101011010100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759E4D; }

 p { color: rgb(117,158,77); }

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

<style>
 a { background-color: #759E4D; }

 a { background-color: rgb(117,158,77); }

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

<style>
 span { border-color: #759E4D; }

 span { border-color: rgb(117,158,77); }

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