#708256

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

Shades of Willow Grove #708256

Tints of Willow Grove #708256

Color information

#708256 (or 0x708256) is unknown color: approx Willow Grove. HEX triplet: 70, 82 and 56. RGB value is (112,130,86). Sum of RGB (Red+Green+Blue) = 112+130+86=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #708256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708256 is #8F7DA9. Grayscale: #777777. Windows color (decimal): -9403818 or 5669488. OLE color: 5669488.

HSL color Cylindrical-coordinate representation of color #708256: hue angle of 84.55º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #708256 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB11213086-
CMYK0.1400.340.49
HSL84.55º20.37%42.35%-
HSV(B)84.55º33.85%50.98%-
XYZ16.3420.0811.82-
YUV119.6109.04122.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.15%
GREEN value IS 130 (51.17% from 255) = 39.63%
BLUE value IS 86 (33.98% from 255) = 26.22%
R=34.15%
G=39.63%
B=26.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112130860.1400.340.4984.5520.3742.35
Hex708256E0223155142a
Octal16020212616042611252452
Binary111000010000010101011011100100010110001101010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708256; }

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

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

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

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

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

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

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

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