#707868

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

Shades of Willow Grove #707868

Tints of Willow Grove #707868

Color information

#707868 (or 0x707868) is unknown color: approx Willow Grove. HEX triplet: 70, 78 and 68. RGB value is (112,120,104). Sum of RGB (Red+Green+Blue) = 112+120+104=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 120 - color contains mainly: green. Hex color #707868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707868 is #8F8797. Grayscale: #737373. Windows color (decimal): -9406360 or 6846576. OLE color: 6846576.

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

Color convert

RGB112120104-
CMYK0.0700.130.53
HSL90º7.14%43.92%-
HSV(B)90º13.33%47.06%-
XYZ15.917.8815.71-
YUV115.78121.35125.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.33%
GREEN value IS 120 (47.27% from 255) = 35.71%
BLUE value IS 104 (41.02% from 255) = 30.95%
R=33.33%
G=35.71%
B=30.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121201040.0700.130.53907.1443.92
Hex70786870D355a72c
Octal160170150701565132754
Binary111000011110001101000111011011101011011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707868; }

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

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

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

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

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

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

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

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