#759D46

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

Shades of Asparagus #759D46

Tints of Asparagus #759D46

Color information

#759D46 (or 0x759D46) is unknown color: approx Asparagus. HEX triplet: 75, 9D and 46. RGB value is (117,157,70). Sum of RGB (Red+Green+Blue) = 117+157+70=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 157 - color contains mainly: green. Hex color #759D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759D46 is #8A62B9. Grayscale: #878787. Windows color (decimal): -9069242 or 4627829. OLE color: 4627829.

HSL color Cylindrical-coordinate representation of color #759D46: hue angle of 87.59º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #759D46 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB11715770-
CMYK0.2500.550.38
HSL87.59º38.33%44.51%-
HSV(B)87.59º55.41%61.57%-
XYZ20.528.3410.18-
YUV135.1291.25115.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.01%
GREEN value IS 157 (61.72% from 255) = 45.64%
BLUE value IS 70 (27.73% from 255) = 20.35%
R=34.01%
G=45.64%
B=20.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117157700.2500.550.3887.5938.3344.51
Hex759D46190372658262d
Octal16523510631067461304655
Binary11101011001110110001101100101101111001101011000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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