#759247

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

Shades of Asparagus #759247

Tints of Asparagus #759247

Color information

#759247 (or 0x759247) is unknown color: approx Asparagus. HEX triplet: 75, 92 and 47. RGB value is (117,146,71). Sum of RGB (Red+Green+Blue) = 117+146+71=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #759247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759247 is #8A6DB8. Grayscale: #818181. Windows color (decimal): -9072057 or 4690549. OLE color: 4690549.

HSL color Cylindrical-coordinate representation of color #759247: hue angle of 83.2º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #759247 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB11714671-
CMYK0.2000.510.43
HSL83.2º34.56%42.55%-
HSV(B)83.2º51.37%57.25%-
XYZ18.7524.799.76-
YUV128.7895.39119.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.03%
GREEN value IS 146 (57.42% from 255) = 43.71%
BLUE value IS 71 (28.12% from 255) = 21.26%
R=35.03%
G=43.71%
B=21.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117146710.2000.510.4383.234.5642.55
Hex759247140332B53232b
Octal16522210724063531234353
Binary11101011001001010001111010001100111010111010011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759247; }

 p { color: rgb(117,146,71); }

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

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

 a { background-color: rgb(117,146,71); }

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

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

 span { border-color: rgb(117,146,71); }

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