#70864C

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

Shades of Dingley #70864C

Tints of Dingley #70864C

Color information

#70864C (or 0x70864C) is unknown color: approx Dingley. HEX triplet: 70, 86 and 4C. RGB value is (112,134,76). Sum of RGB (Red+Green+Blue) = 112+134+76=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #70864C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70864C is #8F79B3. Grayscale: #797979. Windows color (decimal): -9402804 or 5015152. OLE color: 5015152.

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

Color convert

RGB11213476-
CMYK0.1600.430.47
HSL82.76º27.62%41.18%-
HSV(B)82.76º43.28%52.55%-
XYZ16.5121.0210.02-
YUV120.81102.71121.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.78%
GREEN value IS 134 (52.73% from 255) = 41.61%
BLUE value IS 76 (30.08% from 255) = 23.60%
R=34.78%
G=41.61%
B=23.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112134760.1600.430.4782.7627.6241.18
Hex70864C1002B2F531c29
Octal16020611420053571233451
Binary1110000100001101001100100000101011101111101001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70864C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70864C; }

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

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

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

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

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

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

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

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