#70866F

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

Shades of Davy's Grey #70866F

Tints of Davy's Grey #70866F

Color information

#70866F (or 0x70866F) is unknown color: approx Davy's Grey. HEX triplet: 70, 86 and 6F. RGB value is (112,134,111). Sum of RGB (Red+Green+Blue) = 112+134+111=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 134 - color contains mainly: green. Hex color #70866F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70866F is #8F7990. Grayscale: #7C7C7C. Windows color (decimal): -9402769 or 7308912. OLE color: 7308912.

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

Color convert

RGB112134111-
CMYK0.1600.170.47
HSL117.39º9.39%48.04%-
HSV(B)117.39º17.16%52.55%-
XYZ18.0821.6418.26-
YUV124.8120.21118.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.37%
GREEN value IS 134 (52.73% from 255) = 37.54%
BLUE value IS 111 (43.75% from 255) = 31.09%
R=31.37%
G=37.54%
B=31.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121341110.1600.170.47117.399.3948.04
Hex70866F100112F75930
Octal16020615720021571651160
Binary11100001000011011011111000001000110111111101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70866F; }

 p { color: rgb(112,134,111); }

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

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

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

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

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

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

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