#718B6E

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

Shades of Davy's Grey #718B6E

Tints of Davy's Grey #718B6E

Color information

#718B6E (or 0x718B6E) is unknown color: approx Davy's Grey. HEX triplet: 71, 8B and 6E. RGB value is (113,139,110). Sum of RGB (Red+Green+Blue) = 113+139+110=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 139 - color contains mainly: green. Hex color #718B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718B6E is #8E7491. Grayscale: #808080. Windows color (decimal): -9335954 or 7244657. OLE color: 7244657.

HSL color Cylindrical-coordinate representation of color #718B6E: hue angle of 113.79º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #718B6E is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB113139110-
CMYK0.1900.210.45
HSL113.79º11.65%48.82%-
HSV(B)113.79º20.86%54.51%-
XYZ18.8623.118.22-
YUV127.92117.89117.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.22%
GREEN value IS 139 (54.69% from 255) = 38.40%
BLUE value IS 110 (43.36% from 255) = 30.39%
R=31.22%
G=38.40%
B=30.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1131391100.1900.210.45113.7911.6548.82
Hex718B6E130152D72c31
Octal16121315623025551621461
Binary11100011000101111011101001101010110110111100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718B6E; }

 p { color: rgb(113,139,110); }

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

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

 a { background-color: rgb(113,139,110); }

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

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

 span { border-color: rgb(113,139,110); }

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