#759D44

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

Shades of Asparagus #759D44

Tints of Asparagus #759D44

Color information

#759D44 (or 0x759D44) is unknown color: approx Asparagus. HEX triplet: 75, 9D and 44. RGB value is (117,157,68). Sum of RGB (Red+Green+Blue) = 117+157+68=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 157 - color contains mainly: green. Hex color #759D44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759D44 is #8A62BB. Grayscale: #878787. Windows color (decimal): -9069244 or 4496757. OLE color: 4496757.

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

Color convert

RGB11715768-
CMYK0.2500.570.38
HSL86.97º39.56%44.12%-
HSV(B)86.97º56.69%61.57%-
XYZ20.4428.319.86-
YUV134.8990.25115.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.21%
GREEN value IS 157 (61.72% from 255) = 45.91%
BLUE value IS 68 (26.95% from 255) = 19.88%
R=34.21%
G=45.91%
B=19.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117157680.2500.570.3886.9739.5644.12
Hex759D44190392657282c
Octal16523510431071461275054
Binary11101011001110110001001100101110011001101010111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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