#708056

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

Shades of Willow Grove #708056

Tints of Willow Grove #708056

Color information

#708056 (or 0x708056) is unknown color: approx Willow Grove. HEX triplet: 70, 80 and 56. RGB value is (112,128,86). Sum of RGB (Red+Green+Blue) = 112+128+86=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 128 - color contains mainly: green. Hex color #708056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708056 is #8F7FA9. Grayscale: #767676. Windows color (decimal): -9404330 or 5668976. OLE color: 5668976.

HSL color Cylindrical-coordinate representation of color #708056: hue angle of 82.86º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #708056 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB11212886-
CMYK0.1200.330.50
HSL82.86º19.63%41.96%-
HSV(B)82.86º32.81%50.2%-
XYZ16.0819.5511.73-
YUV118.43109.7123.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.36%
GREEN value IS 128 (50.39% from 255) = 39.26%
BLUE value IS 86 (33.98% from 255) = 26.38%
R=34.36%
G=39.26%
B=26.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112128860.1200.330.5082.8619.6341.96
Hex708056C0213253142a
Octal16020012614041621232452
Binary111000010000000101011011000100001110010101001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708056; }

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

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

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

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

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

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

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

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