#718871

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

Shades of Davy's Grey #718871

Tints of Davy's Grey #718871

Color information

#718871 (or 0x718871) is unknown color: approx Davy's Grey. HEX triplet: 71, 88 and 71. RGB value is (113,136,113). Sum of RGB (Red+Green+Blue) = 113+136+113=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 136 - color contains mainly: green. Hex color #718871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718871 is #8E778E. Grayscale: #7E7E7E. Windows color (decimal): -9336719 or 7440497. OLE color: 7440497.

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

Color convert

RGB113136113-
CMYK0.1700.170.47
HSL120º9.24%48.82%-
HSV(B)120º16.91%53.33%-
XYZ18.5922.3118.95-
YUV126.5120.38118.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.22%
GREEN value IS 136 (53.52% from 255) = 37.57%
BLUE value IS 113 (44.53% from 255) = 31.22%
R=31.22%
G=37.57%
B=31.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131361130.1700.170.471209.2448.82
Hex718871110112F78931
Octal16121016121021571701161
Binary11100011000100011100011000101000110111111110001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718871; }

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

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

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

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

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

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

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

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