#708159

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

Shades of Willow Grove #708159

Tints of Willow Grove #708159

Color information

#708159 (or 0x708159) is unknown color: approx Willow Grove. HEX triplet: 70, 81 and 59. RGB value is (112,129,89). Sum of RGB (Red+Green+Blue) = 112+129+89=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 129 - color contains mainly: green. Hex color #708159 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708159 is #8F7EA6. Grayscale: #777777. Windows color (decimal): -9404071 or 5865840. OLE color: 5865840.

HSL color Cylindrical-coordinate representation of color #708159: hue angle of 85.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #708159 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB11212989-
CMYK0.1300.310.49
HSL85.5º18.35%42.75%-
HSV(B)85.5º31.01%50.59%-
XYZ16.3419.8712.42-
YUV119.36110.87122.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.94%
GREEN value IS 129 (50.78% from 255) = 39.09%
BLUE value IS 89 (35.16% from 255) = 26.97%
R=33.94%
G=39.09%
B=26.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112129890.1300.310.4985.518.3542.75
Hex708159D01F3156122b
Octal16020113115037611262253
Binary11100001000000110110011101011111110001101011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708159; }

 p { color: rgb(112,129,89); }

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

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

 a { background-color: rgb(112,129,89); }

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

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

 span { border-color: rgb(112,129,89); }

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