#759A4A

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

Shades of Asparagus #759A4A

Tints of Asparagus #759A4A

Color information

#759A4A (or 0x759A4A) is unknown color: approx Asparagus. HEX triplet: 75, 9A and 4A. RGB value is (117,154,74). Sum of RGB (Red+Green+Blue) = 117+154+74=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 154 - color contains mainly: green. Hex color #759A4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759A4A is #8A65B5. Grayscale: #868686. Windows color (decimal): -9070006 or 4889205. OLE color: 4889205.

HSL color Cylindrical-coordinate representation of color #759A4A: hue angle of 87.75º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #759A4A is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB11715474-
CMYK0.2400.520.40
HSL87.75º35.09%44.71%-
HSV(B)87.75º51.95%60.39%-
XYZ20.1327.3910.7-
YUV133.8294.24116-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.91%
GREEN value IS 154 (60.55% from 255) = 44.64%
BLUE value IS 74 (29.30% from 255) = 21.45%
R=33.91%
G=44.64%
B=21.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117154740.2400.520.4087.7535.0944.71
Hex759A4A180342858232d
Octal16523211230064501304355
Binary11101011001101010010101100001101001010001011000100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,154,74); }

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

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

 a { background-color: rgb(117,154,74); }

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

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

 span { border-color: rgb(117,154,74); }

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