#718170

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

Shades of Davy's Grey #718170

Tints of Davy's Grey #718170

Color information

#718170 (or 0x718170) is unknown color: approx Davy's Grey. HEX triplet: 71, 81 and 70. RGB value is (113,129,112). Sum of RGB (Red+Green+Blue) = 113+129+112=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 129 - color contains mainly: green. Hex color #718170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718170 is #8E7E8F. Grayscale: #7A7A7A. Windows color (decimal): -9338512 or 7373169. OLE color: 7373169.

HSL color Cylindrical-coordinate representation of color #718170: hue angle of 116.47º 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 #718170 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB113129112-
CMYK0.1200.130.49
HSL116.47º7.05%47.25%-
HSV(B)116.47º13.18%50.59%-
XYZ17.5820.3818.34-
YUV122.28122.2121.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.92%
GREEN value IS 129 (50.78% from 255) = 36.44%
BLUE value IS 112 (44.14% from 255) = 31.64%
R=31.92%
G=36.44%
B=31.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131291120.1200.130.49116.477.0547.25
Hex718170C0D317472f
Octal1612011601401561164757
Binary11100011000000111100001100011011100011110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718170; }

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

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

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

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

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

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

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

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