#759849

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

Shades of Asparagus #759849

Tints of Asparagus #759849

Color information

#759849 (or 0x759849) is unknown color: approx Asparagus. HEX triplet: 75, 98 and 49. RGB value is (117,152,73). Sum of RGB (Red+Green+Blue) = 117+152+73=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #759849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759849 is #8A67B6. Grayscale: #848484. Windows color (decimal): -9070519 or 4823157. OLE color: 4823157.

HSL color Cylindrical-coordinate representation of color #759849: hue angle of 86.58º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #759849 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB11715273-
CMYK0.2300.520.40
HSL86.58º35.11%44.12%-
HSV(B)86.58º51.97%59.61%-
XYZ19.7726.7210.42-
YUV132.5394.4116.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.21%
GREEN value IS 152 (59.77% from 255) = 44.44%
BLUE value IS 73 (28.91% from 255) = 21.35%
R=34.21%
G=44.44%
B=21.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117152730.2300.520.4086.5835.1144.12
Hex759849170342857232c
Octal16523011127064501274354
Binary11101011001100010010011011101101001010001010111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759849; }

 p { color: rgb(117,152,73); }

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

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

 a { background-color: rgb(117,152,73); }

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

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

 span { border-color: rgb(117,152,73); }

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