#70834C

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

Shades of Dingley #70834C

Tints of Dingley #70834C

Color information

#70834C (or 0x70834C) is unknown color: approx Dingley. HEX triplet: 70, 83 and 4C. RGB value is (112,131,76). Sum of RGB (Red+Green+Blue) = 112+131+76=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 131 - color contains mainly: green. Hex color #70834C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70834C is #8F7CB3. Grayscale: #777777. Windows color (decimal): -9403572 or 5014384. OLE color: 5014384.

HSL color Cylindrical-coordinate representation of color #70834C: hue angle of 80.73º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70834C is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB11213176-
CMYK0.1500.420.49
HSL80.73º26.57%40.59%-
HSV(B)80.73º41.98%51.37%-
XYZ16.120.29.89-
YUV119.05103.71122.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.11%
GREEN value IS 131 (51.56% from 255) = 41.07%
BLUE value IS 76 (30.08% from 255) = 23.82%
R=35.11%
G=41.07%
B=23.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112131760.1500.420.4980.7326.5740.59
Hex70834CF02A31511b29
Octal16020311417052611213351
Binary111000010000011100110011110101010110001101000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70834C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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