#709958

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

Shades of Asparagus #709958

Tints of Asparagus #709958

Color information

#709958 (or 0x709958) is unknown color: approx Asparagus. HEX triplet: 70, 99 and 58. RGB value is (112,153,88). Sum of RGB (Red+Green+Blue) = 112+153+88=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #709958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709958 is #8F66A7. Grayscale: #858585. Windows color (decimal): -9397928 or 5806448. OLE color: 5806448.

HSL color Cylindrical-coordinate representation of color #709958: hue angle of 97.85º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #709958 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB11215388-
CMYK0.2700.420.4
HSL97.85º26.97%47.25%-
HSV(B)97.85º42.48%60%-
XYZ19.8326.9313.39-
YUV133.33102.42112.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.73%
GREEN value IS 153 (60.16% from 255) = 43.34%
BLUE value IS 88 (34.77% from 255) = 24.93%
R=31.73%
G=43.34%
B=24.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112153880.2700.420.497.8526.9747.25
Hex7099581B02A28621b2f
Octal16023113033052501423357
Binary1110000100110011011000110110101010101000110001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709958; }

 p { color: rgb(112,153,88); }

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

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

 a { background-color: rgb(112,153,88); }

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

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

 span { border-color: rgb(112,153,88); }

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