#718671

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

Shades of Davy's Grey #718671

Tints of Davy's Grey #718671

Color information

#718671 (or 0x718671) is unknown color: approx Davy's Grey. HEX triplet: 71, 86 and 71. RGB value is (113,134,113). Sum of RGB (Red+Green+Blue) = 113+134+113=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 134 - color contains mainly: green. Hex color #718671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718671 is #8E798E. Grayscale: #7D7D7D. Windows color (decimal): -9337231 or 7439985. OLE color: 7439985.

HSL color Cylindrical-coordinate representation of color #718671: hue angle of 120º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #718671 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB113134113-
CMYK0.1600.160.47
HSL120º8.5%48.43%-
HSV(B)120º15.67%52.55%-
XYZ18.3221.7518.86-
YUV125.33121.04119.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.39%
GREEN value IS 134 (52.73% from 255) = 37.22%
BLUE value IS 113 (44.53% from 255) = 31.39%
R=31.39%
G=37.22%
B=31.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131341130.1600.160.471208.548.43
Hex718671100102F78930
Octal16120616120020571701160
Binary11100011000011011100011000001000010111111110001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718671; }

 p { color: rgb(113,134,113); }

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

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

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

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

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

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

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