#759D48

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

Shades of Asparagus #759D48

Tints of Asparagus #759D48

Color information

#759D48 (or 0x759D48) is unknown color: approx Asparagus. HEX triplet: 75, 9D and 48. RGB value is (117,157,72). Sum of RGB (Red+Green+Blue) = 117+157+72=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 157 - color contains mainly: green. Hex color #759D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759D48 is #8A62B7. Grayscale: #878787. Windows color (decimal): -9069240 or 4758901. OLE color: 4758901.

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

Color convert

RGB11715772-
CMYK0.2500.540.38
HSL88.24º37.12%44.9%-
HSV(B)88.24º54.14%61.57%-
XYZ20.5628.3610.52-
YUV135.3592.25114.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.82%
GREEN value IS 157 (61.72% from 255) = 45.38%
BLUE value IS 72 (28.52% from 255) = 20.81%
R=33.82%
G=45.38%
B=20.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117157720.2500.540.3888.2437.1244.9
Hex759D48190362658252d
Octal16523511031066461304555
Binary11101011001110110010001100101101101001101011000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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