#759D51

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

Shades of Asparagus #759D51

Tints of Asparagus #759D51

Color information

#759D51 (or 0x759D51) is unknown color: approx Asparagus. HEX triplet: 75, 9D and 51. RGB value is (117,157,81). Sum of RGB (Red+Green+Blue) = 117+157+81=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 157 - color contains mainly: green. Hex color #759D51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759D51 is #8A62AE. Grayscale: #888888. Windows color (decimal): -9069231 or 5348725. OLE color: 5348725.

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

Color convert

RGB11715781-
CMYK0.2500.480.38
HSL91.58º31.93%46.67%-
HSV(B)91.58º48.41%61.57%-
XYZ20.8828.4912.18-
YUV136.3896.75114.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 157 (61.72% from 255) = 44.23%
BLUE value IS 81 (32.03% from 255) = 22.82%
R=32.96%
G=44.23%
B=22.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117157810.2500.480.3891.5831.9346.67
Hex759D5119030265c202f
Octal16523512131060461344057
Binary11101011001110110100011100101100001001101011100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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