#70824B

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

Shades of Dingley #70824B

Tints of Dingley #70824B

Color information

#70824B (or 0x70824B) is unknown color: approx Dingley. HEX triplet: 70, 82 and 4B. RGB value is (112,130,75). Sum of RGB (Red+Green+Blue) = 112+130+75=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #70824B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70824B is #8F7DB4. Grayscale: #767676. Windows color (decimal): -9403829 or 4948592. OLE color: 4948592.

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

Color convert

RGB11213075-
CMYK0.1400.420.49
HSL79.64º26.83%40.2%-
HSV(B)79.64º42.31%50.98%-
XYZ15.9319.929.66-
YUV118.35103.54123.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.33%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 75 (29.69% from 255) = 23.66%
R=35.33%
G=41.01%
B=23.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112130750.1400.420.4979.6426.8340.2
Hex70824BE02A31501b28
Octal16020211316052611203350
Binary111000010000010100101111100101010110001101000011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70824B; }

 p { color: rgb(112,130,75); }

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

<style>
 a { background-color: #70824B; }

 a { background-color: rgb(112,130,75); }

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

<style>
 span { border-color: #70824B; }

 span { border-color: rgb(112,130,75); }

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