#708459

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

Shades of Willow Grove #708459

Tints of Willow Grove #708459

Color information

#708459 (or 0x708459) is unknown color: approx Willow Grove. HEX triplet: 70, 84 and 59. RGB value is (112,132,89). Sum of RGB (Red+Green+Blue) = 112+132+89=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 132 - color contains mainly: green. Hex color #708459 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708459 is #8F7BA6. Grayscale: #797979. Windows color (decimal): -9403303 or 5866608. OLE color: 5866608.

HSL color Cylindrical-coordinate representation of color #708459: hue angle of 87.91º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #708459 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB11213289-
CMYK0.1500.330.48
HSL87.91º19.46%43.33%-
HSV(B)87.91º32.58%51.76%-
XYZ16.7420.6712.56-
YUV121.12109.87121.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.63%
GREEN value IS 132 (51.95% from 255) = 39.64%
BLUE value IS 89 (35.16% from 255) = 26.73%
R=33.63%
G=39.64%
B=26.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112132890.1500.330.4887.9119.4643.33
Hex708459F0213058132b
Octal16020413117041601302353
Binary111000010000100101100111110100001110000101100010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708459; }

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

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

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

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

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

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

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

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