#707861

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

Shades of Willow Grove #707861

Tints of Willow Grove #707861

Color information

#707861 (or 0x707861) is unknown color: approx Willow Grove. HEX triplet: 70, 78 and 61. RGB value is (112,120,97). Sum of RGB (Red+Green+Blue) = 112+120+97=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 120 - color contains mainly: green. Hex color #707861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707861 is #8F879E. Grayscale: #737373. Windows color (decimal): -9406367 or 6387824. OLE color: 6387824.

HSL color Cylindrical-coordinate representation of color #707861: hue angle of 80.87º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #707861 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB11212097-
CMYK0.0700.190.53
HSL80.87º10.6%42.55%-
HSV(B)80.87º19.17%47.06%-
XYZ15.5617.7413.91-
YUV114.99117.85125.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 120 (47.27% from 255) = 36.47%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=34.04%
G=36.47%
B=29.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112120970.0700.190.5380.8710.642.55
Hex70786170133551b2b
Octal1601701417023651211353
Binary11100001111000110000111101001111010110100011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707861; }

 p { color: rgb(112,120,97); }

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

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

 a { background-color: rgb(112,120,97); }

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

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

 span { border-color: rgb(112,120,97); }

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