#708651

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

Shades of Willow Grove #708651

Tints of Willow Grove #708651

Color information

#708651 (or 0x708651) is unknown color: approx Willow Grove. HEX triplet: 70, 86 and 51. RGB value is (112,134,81). Sum of RGB (Red+Green+Blue) = 112+134+81=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 134 - color contains mainly: green. Hex color #708651 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708651 is #8F79AE. Grayscale: #797979. Windows color (decimal): -9402799 or 5342832. OLE color: 5342832.

HSL color Cylindrical-coordinate representation of color #708651: hue angle of 84.91º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #708651 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB11213481-
CMYK0.1600.400.47
HSL84.91º24.65%42.16%-
HSV(B)84.91º39.55%52.55%-
XYZ16.6921.0910.98-
YUV121.38105.21121.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.25%
GREEN value IS 134 (52.73% from 255) = 40.98%
BLUE value IS 81 (32.03% from 255) = 24.77%
R=34.25%
G=40.98%
B=24.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112134810.1600.400.4784.9124.6542.16
Hex708651100282F55192a
Octal16020612120050571253152
Binary1110000100001101010001100000101000101111101010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708651; }

 p { color: rgb(112,134,81); }

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

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

 a { background-color: rgb(112,134,81); }

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

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

 span { border-color: rgb(112,134,81); }

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