#759A46

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

Shades of Asparagus #759A46

Tints of Asparagus #759A46

Color information

#759A46 (or 0x759A46) is unknown color: approx Asparagus. HEX triplet: 75, 9A and 46. RGB value is (117,154,70). Sum of RGB (Red+Green+Blue) = 117+154+70=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 154 - color contains mainly: green. Hex color #759A46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759A46 is #8A65B9. Grayscale: #858585. Windows color (decimal): -9070010 or 4627061. OLE color: 4627061.

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

Color convert

RGB11715470-
CMYK0.2400.550.40
HSL86.43º37.5%43.92%-
HSV(B)86.43º54.55%60.39%-
XYZ2027.3410.02-
YUV133.3692.24116.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.31%
GREEN value IS 154 (60.55% from 255) = 45.16%
BLUE value IS 70 (27.73% from 255) = 20.53%
R=34.31%
G=45.16%
B=20.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117154700.2400.550.4086.4337.543.92
Hex759A46180372856262c
Octal16523210630067501264654
Binary11101011001101010001101100001101111010001010110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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