#709F46

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

Shades of Asparagus #709F46

Tints of Asparagus #709F46

Color information

#709F46 (or 0x709F46) is unknown color: approx Asparagus. HEX triplet: 70, 9F and 46. RGB value is (112,159,70). Sum of RGB (Red+Green+Blue) = 112+159+70=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 159 (62.5% from 255 or 46.63% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 159 - color contains mainly: green. Hex color #709F46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709F46 is #8F60B9. Grayscale: #878787. Windows color (decimal): -9396410 or 4628336. OLE color: 4628336.

HSL color Cylindrical-coordinate representation of color #709F46: hue angle of 91.69º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #709F46 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB11215970-
CMYK0.3000.560.38
HSL91.69º38.86%44.9%-
HSV(B)91.69º55.97%62.35%-
XYZ20.1928.6810.27-
YUV134.891.43111.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.84%
GREEN value IS 159 (62.5% from 255) = 46.63%
BLUE value IS 70 (27.73% from 255) = 20.53%
R=32.84%
G=46.63%
B=20.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal112159700.3000.560.3891.6938.8644.9
Hex709F461E038265c272d
Octal16023710636070461344755
Binary11100001001111110001101111001110001001101011100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709F46; }

 p { color: rgb(112,159,70); }

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

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

 a { background-color: rgb(112,159,70); }

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

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

 span { border-color: rgb(112,159,70); }

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