#759A56

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

Shades of Asparagus #759A56

Tints of Asparagus #759A56

Color information

#759A56 (or 0x759A56) is unknown color: approx Asparagus. HEX triplet: 75, 9A and 56. RGB value is (117,154,86). Sum of RGB (Red+Green+Blue) = 117+154+86=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 154 - color contains mainly: green. Hex color #759A56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759A56 is #8A65A9. Grayscale: #878787. Windows color (decimal): -9069994 or 5675637. OLE color: 5675637.

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

Color convert

RGB11715486-
CMYK0.2400.440.40
HSL92.65º28.33%47.06%-
HSV(B)92.65º44.16%60.39%-
XYZ20.5727.5613.04-
YUV135.18100.24115.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.77%
GREEN value IS 154 (60.55% from 255) = 43.14%
BLUE value IS 86 (33.98% from 255) = 24.09%
R=32.77%
G=43.14%
B=24.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117154860.2400.440.4092.6528.3347.06
Hex759A561802C285d1c2f
Octal16523212630054501353457
Binary1110101100110101010110110000101100101000101110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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