#709852

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

Shades of Asparagus #709852

Tints of Asparagus #709852

Color information

#709852 (or 0x709852) is unknown color: approx Asparagus. HEX triplet: 70, 98 and 52. RGB value is (112,152,82). Sum of RGB (Red+Green+Blue) = 112+152+82=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 152 - color contains mainly: green. Hex color #709852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709852 is #8F67AD. Grayscale: #848484. Windows color (decimal): -9398190 or 5412976. OLE color: 5412976.

HSL color Cylindrical-coordinate representation of color #709852: hue angle of 94.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #709852 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB11215282-
CMYK0.2600.460.40
HSL94.29º29.91%45.88%-
HSV(B)94.29º46.05%59.61%-
XYZ19.4326.5112.08-
YUV132.0699.75113.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.37%
GREEN value IS 152 (59.77% from 255) = 43.93%
BLUE value IS 82 (32.42% from 255) = 23.70%
R=32.37%
G=43.93%
B=23.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112152820.2600.460.4094.2929.9145.88
Hex7098521A02E285e1e2e
Octal16023012232056501363656
Binary1110000100110001010010110100101110101000101111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709852; }

 p { color: rgb(112,152,82); }

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

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

 a { background-color: rgb(112,152,82); }

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

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

 span { border-color: rgb(112,152,82); }

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