#709655

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

Shades of Asparagus #709655

Tints of Asparagus #709655

Color information

#709655 (or 0x709655) is unknown color: approx Asparagus. HEX triplet: 70, 96 and 55. RGB value is (112,150,85). Sum of RGB (Red+Green+Blue) = 112+150+85=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #709655 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709655 is #8F69AA. Grayscale: #838383. Windows color (decimal): -9398699 or 5609072. OLE color: 5609072.

HSL color Cylindrical-coordinate representation of color #709655: hue angle of 95.08º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #709655 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB11215085-
CMYK0.2500.430.41
HSL95.08º27.66%46.08%-
HSV(B)95.08º43.33%58.82%-
XYZ19.2325.9112.58-
YUV131.23101.91114.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.28%
GREEN value IS 150 (58.98% from 255) = 43.23%
BLUE value IS 85 (33.59% from 255) = 24.50%
R=32.28%
G=43.23%
B=24.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112150850.2500.430.4195.0827.6646.08
Hex7096551902B295f1c2e
Octal16022612531053511373456
Binary1110000100101101010101110010101011101001101111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709655; }

 p { color: rgb(112,150,85); }

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

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

 a { background-color: rgb(112,150,85); }

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

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

 span { border-color: rgb(112,150,85); }

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