#718271

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

Shades of Davy's Grey #718271

Tints of Davy's Grey #718271

Color information

#718271 (or 0x718271) is unknown color: approx Davy's Grey. HEX triplet: 71, 82 and 71. RGB value is (113,130,113). Sum of RGB (Red+Green+Blue) = 113+130+113=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 130 - color contains mainly: green. Hex color #718271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718271 is #8E7D8E. Grayscale: #7B7B7B. Windows color (decimal): -9338255 or 7438961. OLE color: 7438961.

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

Color convert

RGB113130113-
CMYK0.1300.130.49
HSL120º7%47.65%-
HSV(B)120º13.08%50.98%-
XYZ17.7720.6718.68-
YUV122.98122.37120.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.74%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 113 (44.53% from 255) = 31.74%
R=31.74%
G=36.52%
B=31.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131301130.1300.130.49120747.65
Hex718271D0D3178730
Octal1612021611501561170760
Binary11100011000001011100011101011011100011111000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718271; }

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

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

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

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

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

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

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

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