#718571

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

Shades of Davy's Grey #718571

Tints of Davy's Grey #718571

Color information

#718571 (or 0x718571) is unknown color: approx Davy's Grey. HEX triplet: 71, 85 and 71. RGB value is (113,133,113). Sum of RGB (Red+Green+Blue) = 113+133+113=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 133 - color contains mainly: green. Hex color #718571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718571 is #8E7A8E. Grayscale: #7C7C7C. Windows color (decimal): -9337487 or 7439729. OLE color: 7439729.

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

Color convert

RGB113133113-
CMYK0.1500.150.48
HSL120º8.13%48.24%-
HSV(B)120º15.04%52.16%-
XYZ18.1821.4818.81-
YUV124.74121.37119.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.48%
GREEN value IS 133 (52.34% from 255) = 37.05%
BLUE value IS 113 (44.53% from 255) = 31.48%
R=31.48%
G=37.05%
B=31.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131331130.1500.150.481208.1348.24
Hex718571F0F3078830
Octal16120516117017601701060
Binary111000110000101111000111110111111000011110001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718571; }

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

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

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

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

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

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

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

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