#759B4A

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

Shades of Asparagus #759B4A

Tints of Asparagus #759B4A

Color information

#759B4A (or 0x759B4A) is unknown color: approx Asparagus. HEX triplet: 75, 9B and 4A. RGB value is (117,155,74). Sum of RGB (Red+Green+Blue) = 117+155+74=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #759B4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759B4A is #8A64B5. Grayscale: #868686. Windows color (decimal): -9069750 or 4889461. OLE color: 4889461.

HSL color Cylindrical-coordinate representation of color #759B4A: hue angle of 88.15º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #759B4A is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB11715574-
CMYK0.2500.520.39
HSL88.15º35.37%44.9%-
HSV(B)88.15º52.26%60.78%-
XYZ20.2927.7210.76-
YUV134.493.91115.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.82%
GREEN value IS 155 (60.94% from 255) = 44.80%
BLUE value IS 74 (29.30% from 255) = 21.39%
R=33.82%
G=44.80%
B=21.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117155740.2500.520.3988.1535.3744.9
Hex759B4A190342758232d
Octal16523311231064471304355
Binary11101011001101110010101100101101001001111011000100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,155,74); }

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

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

 a { background-color: rgb(117,155,74); }

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

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

 span { border-color: rgb(117,155,74); }

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