#708D6D

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

Shades of Davy's Grey #708D6D

Tints of Davy's Grey #708D6D

Color information

#708D6D (or 0x708D6D) is unknown color: approx Davy's Grey. HEX triplet: 70, 8D and 6D. RGB value is (112,141,109). Sum of RGB (Red+Green+Blue) = 112+141+109=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 141 - color contains mainly: green. Hex color #708D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708D6D is #8F7292. Grayscale: #808080. Windows color (decimal): -9400979 or 7179632. OLE color: 7179632.

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

Color convert

RGB112141109-
CMYK0.2100.230.45
HSL114.38º12.8%49.02%-
HSV(B)114.38º22.7%55.29%-
XYZ18.9723.618.02-
YUV128.68116.89116.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.94%
GREEN value IS 141 (55.47% from 255) = 38.95%
BLUE value IS 109 (42.97% from 255) = 30.11%
R=30.94%
G=38.95%
B=30.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121411090.2100.230.45114.3812.849.02
Hex708D6D150172D72d31
Octal16021515525027551621561
Binary11100001000110111011011010101011110110111100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708D6D; }

 p { color: rgb(112,141,109); }

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

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

 a { background-color: rgb(112,141,109); }

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

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

 span { border-color: rgb(112,141,109); }

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