#70894B

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

Shades of Dingley #70894B

Tints of Dingley #70894B

Color information

#70894B (or 0x70894B) is unknown color: approx Dingley. HEX triplet: 70, 89 and 4B. RGB value is (112,137,75). Sum of RGB (Red+Green+Blue) = 112+137+75=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 137 - color contains mainly: green. Hex color #70894B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70894B is #8F76B4. Grayscale: #7A7A7A. Windows color (decimal): -9402037 or 4950384. OLE color: 4950384.

HSL color Cylindrical-coordinate representation of color #70894B: hue angle of 84.19º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70894B is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB11213775-
CMYK0.1800.450.46
HSL84.19º29.25%41.57%-
HSV(B)84.19º45.26%53.73%-
XYZ16.921.849.98-
YUV122.46101.22120.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.57%
GREEN value IS 137 (53.91% from 255) = 42.28%
BLUE value IS 75 (29.69% from 255) = 23.15%
R=34.57%
G=42.28%
B=23.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112137750.1800.450.4684.1929.2541.57
Hex70894B1202D2E541d2a
Octal16021111322055561243552
Binary1110000100010011001011100100101101101110101010011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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