#708170

Color #708170 Davy's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Davy's Grey #708170

Tints of Davy's Grey #708170

Color information

#708170 (or 0x708170) is unknown color: approx Davy's Grey. HEX triplet: 70, 81 and 70. RGB value is (112,129,112). Sum of RGB (Red+Green+Blue) = 112+129+112=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 129 - color contains mainly: green. Hex color #708170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708170 is #8F7E8F. Grayscale: #7A7A7A. Windows color (decimal): -9404048 or 7373168. OLE color: 7373168.

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

Color convert

RGB112129112-
CMYK0.1300.130.49
HSL120º7.05%47.25%-
HSV(B)120º13.18%50.59%-
XYZ17.4620.3218.33-
YUV121.98122.37120.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.73%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=31.73%
G=36.54%
B=31.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121291120.1300.130.491207.0547.25
Hex708170D0D317872f
Octal1602011601501561170757
Binary11100001000000111100001101011011100011111000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708170; }

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

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

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

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

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

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

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

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