#759546

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

Shades of Asparagus #759546

Tints of Asparagus #759546

Color information

#759546 (or 0x759546) is unknown color: approx Asparagus. HEX triplet: 75, 95 and 46. RGB value is (117,149,70). Sum of RGB (Red+Green+Blue) = 117+149+70=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #759546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759546 is #8A6AB9. Grayscale: #828282. Windows color (decimal): -9071290 or 4625781. OLE color: 4625781.

HSL color Cylindrical-coordinate representation of color #759546: hue angle of 84.3º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #759546 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB11714970-
CMYK0.2100.530.42
HSL84.3º36.07%42.94%-
HSV(B)84.3º53.02%58.43%-
XYZ19.1925.729.75-
YUV130.4393.9118.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.82%
GREEN value IS 149 (58.59% from 255) = 44.35%
BLUE value IS 70 (27.73% from 255) = 20.83%
R=34.82%
G=44.35%
B=20.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117149700.2100.530.4284.336.0742.94
Hex759546150352A54242b
Octal16522510625065521244453
Binary11101011001010110001101010101101011010101010100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759546; }

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

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

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

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

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

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

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

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