#709755

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

Shades of Asparagus #709755

Tints of Asparagus #709755

Color information

#709755 (or 0x709755) is unknown color: approx Asparagus. HEX triplet: 70, 97 and 55. RGB value is (112,151,85). Sum of RGB (Red+Green+Blue) = 112+151+85=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 151 - color contains mainly: green. Hex color #709755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709755 is #8F68AA. Grayscale: #848484. Windows color (decimal): -9398443 or 5609328. OLE color: 5609328.

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

Color convert

RGB11215185-
CMYK0.2600.440.41
HSL95.45º27.97%46.27%-
HSV(B)95.45º43.71%59.22%-
XYZ19.3926.2312.64-
YUV131.82101.58113.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.18%
GREEN value IS 151 (59.38% from 255) = 43.39%
BLUE value IS 85 (33.59% from 255) = 24.43%
R=32.18%
G=43.39%
B=24.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112151850.2600.440.4195.4527.9746.27
Hex7097551A02C295f1c2e
Octal16022712532054511373456
Binary1110000100101111010101110100101100101001101111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709755; }

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

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

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

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

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

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

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

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