#709B5A

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

Shades of Asparagus #709B5A

Tints of Asparagus #709B5A

Color information

#709B5A (or 0x709B5A) is unknown color: approx Asparagus. HEX triplet: 70, 9B and 5A. RGB value is (112,155,90). Sum of RGB (Red+Green+Blue) = 112+155+90=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 155 - color contains mainly: green. Hex color #709B5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709B5A is #8F64A5. Grayscale: #868686. Windows color (decimal): -9397414 or 5938032. OLE color: 5938032.

HSL color Cylindrical-coordinate representation of color #709B5A: hue angle of 99.69º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #709B5A is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB11215590-
CMYK0.2800.420.39
HSL99.69º26.53%48.04%-
HSV(B)99.69º41.94%60.78%-
XYZ20.2527.6313.94-
YUV134.73102.75111.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.37%
GREEN value IS 155 (60.94% from 255) = 43.42%
BLUE value IS 90 (35.55% from 255) = 25.21%
R=31.37%
G=43.42%
B=25.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal112155900.2800.420.3999.6926.5348.04
Hex709B5A1C02A27641b30
Octal16023313234052471443360
Binary1110000100110111011010111000101010100111110010011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,155,90); }

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

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

 a { background-color: rgb(112,155,90); }

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

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

 span { border-color: rgb(112,155,90); }

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