#718470

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

Shades of Davy's Grey #718470

Tints of Davy's Grey #718470

Color information

#718470 (or 0x718470) is unknown color: approx Davy's Grey. HEX triplet: 71, 84 and 70. RGB value is (113,132,112). Sum of RGB (Red+Green+Blue) = 113+132+112=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 132 - color contains mainly: green. Hex color #718470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718470 is #8E7B8F. Grayscale: #7C7C7C. Windows color (decimal): -9337744 or 7373937. OLE color: 7373937.

HSL color Cylindrical-coordinate representation of color #718470: hue angle of 117º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #718470 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB113132112-
CMYK0.1400.150.48
HSL117º8.2%47.84%-
HSV(B)117º15.15%51.76%-
XYZ17.9921.1818.47-
YUV124.04121.21120.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.65%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 112 (44.14% from 255) = 31.37%
R=31.65%
G=36.97%
B=31.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131321120.1400.150.481178.247.84
Hex718470E0F3075830
Octal16120416016017601651060
Binary111000110000100111000011100111111000011101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718470; }

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

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

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

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

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

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

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

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