#709C56

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

Shades of Asparagus #709C56

Tints of Asparagus #709C56

Color information

#709C56 (or 0x709C56) is unknown color: approx Asparagus. HEX triplet: 70, 9C and 56. RGB value is (112,156,86). Sum of RGB (Red+Green+Blue) = 112+156+86=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 156 - color contains mainly: green. Hex color #709C56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709C56 is #8F63A9. Grayscale: #878787. Windows color (decimal): -9397162 or 5676144. OLE color: 5676144.

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

Color convert

RGB11215686-
CMYK0.2800.450.39
HSL97.71º28.93%47.45%-
HSV(B)97.71º44.87%61.18%-
XYZ20.2527.8913.12-
YUV134.86100.42111.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.64%
GREEN value IS 156 (61.33% from 255) = 44.07%
BLUE value IS 86 (33.98% from 255) = 24.29%
R=31.64%
G=44.07%
B=24.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal112156860.2800.450.3997.7128.9347.45
Hex709C561C02D27621d2f
Octal16023412634055471423557
Binary1110000100111001010110111000101101100111110001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,156,86); }

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

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

 a { background-color: rgb(112,156,86); }

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

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

 span { border-color: rgb(112,156,86); }

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