#718870

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

Shades of Davy's Grey #718870

Tints of Davy's Grey #718870

Color information

#718870 (or 0x718870) is unknown color: approx Davy's Grey. HEX triplet: 71, 88 and 70. RGB value is (113,136,112). Sum of RGB (Red+Green+Blue) = 113+136+112=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 136 - color contains mainly: green. Hex color #718870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718870 is #8E778F. Grayscale: #7E7E7E. Windows color (decimal): -9336720 or 7374961. OLE color: 7374961.

HSL color Cylindrical-coordinate representation of color #718870: hue angle of 117.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #718870 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB113136112-
CMYK0.1700.180.47
HSL117.5º9.68%48.63%-
HSV(B)117.5º17.65%53.33%-
XYZ18.5422.2918.65-
YUV126.39119.88118.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.30%
GREEN value IS 136 (53.52% from 255) = 37.67%
BLUE value IS 112 (44.14% from 255) = 31.02%
R=31.30%
G=37.67%
B=31.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131361120.1700.180.47117.59.6848.63
Hex718870110122F76a31
Octal16121016021022571661261
Binary11100011000100011100001000101001010111111101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718870; }

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

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

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

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

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

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

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

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