#70884D

Color #70884D Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #70884D

Tints of Dingley #70884D

Color information

#70884D (or 0x70884D) is unknown color: approx Dingley. HEX triplet: 70, 88 and 4D. RGB value is (112,136,77). Sum of RGB (Red+Green+Blue) = 112+136+77=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #70884D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70884D is #8F77B2. Grayscale: #7A7A7A. Windows color (decimal): -9402291 or 5081200. OLE color: 5081200.

HSL color Cylindrical-coordinate representation of color #70884D: hue angle of 84.41º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70884D is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB11213677-
CMYK0.1800.430.47
HSL84.41º27.7%41.76%-
HSV(B)84.41º43.38%53.33%-
XYZ16.8321.5910.3-
YUV122.1102.55120.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 136 (53.52% from 255) = 41.85%
BLUE value IS 77 (30.47% from 255) = 23.69%
R=34.46%
G=41.85%
B=23.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112136770.1800.430.4784.4127.741.76
Hex70884D1202B2F541c2a
Octal16021011522053571243452
Binary1110000100010001001101100100101011101111101010011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70884D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70884D; }

 p { color: rgb(112,136,77); }

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

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

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

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

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

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

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