#718E6E

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

Shades of Davy's Grey #718E6E

Tints of Davy's Grey #718E6E

Color information

#718E6E (or 0x718E6E) is unknown color: approx Davy's Grey. HEX triplet: 71, 8E and 6E. RGB value is (113,142,110). Sum of RGB (Red+Green+Blue) = 113+142+110=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 142 - color contains mainly: green. Hex color #718E6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718E6E is #8E7191. Grayscale: #818181. Windows color (decimal): -9335186 or 7245425. OLE color: 7245425.

HSL color Cylindrical-coordinate representation of color #718E6E: hue angle of 114.38º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #718E6E is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB113142110-
CMYK0.2000.230.44
HSL114.38º12.7%49.41%-
HSV(B)114.38º22.54%55.69%-
XYZ19.323.9818.36-
YUV129.68116.89116.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.96%
GREEN value IS 142 (55.86% from 255) = 38.90%
BLUE value IS 110 (43.36% from 255) = 30.14%
R=30.96%
G=38.90%
B=30.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1131421100.2000.230.44114.3812.749.41
Hex718E6E140172C72d31
Octal16121615624027541621561
Binary11100011000111011011101010001011110110011100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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