#718270

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

Shades of Davy's Grey #718270

Tints of Davy's Grey #718270

Color information

#718270 (or 0x718270) is unknown color: approx Davy's Grey. HEX triplet: 71, 82 and 70. RGB value is (113,130,112). Sum of RGB (Red+Green+Blue) = 113+130+112=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 130 - color contains mainly: green. Hex color #718270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718270 is #8E7D8F. Grayscale: #7A7A7A. Windows color (decimal): -9338256 or 7373425. OLE color: 7373425.

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

Color convert

RGB113130112-
CMYK0.1300.140.49
HSL116.67º7.44%47.45%-
HSV(B)116.67º13.85%50.98%-
XYZ17.7220.6518.38-
YUV122.86121.87120.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.83%
GREEN value IS 130 (51.17% from 255) = 36.62%
BLUE value IS 112 (44.14% from 255) = 31.55%
R=31.83%
G=36.62%
B=31.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131301120.1300.140.49116.677.4447.45
Hex718270D0E317572f
Octal1612021601501661165757
Binary11100011000001011100001101011101100011110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718270; }

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

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

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

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

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

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

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

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