#70853F

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

Shades of Dingley #70853F

Tints of Dingley #70853F

Color information

#70853F (or 0x70853F) is unknown color: approx Dingley. HEX triplet: 70, 85 and 3F. RGB value is (112,133,63). Sum of RGB (Red+Green+Blue) = 112+133+63=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #70853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70853F is #8F7AC0. Grayscale: #777777. Windows color (decimal): -9403073 or 4162928. OLE color: 4162928.

HSL color Cylindrical-coordinate representation of color #70853F: hue angle of 78º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70853F is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB11213363-
CMYK0.1600.530.48
HSL78º35.71%38.43%-
HSV(B)78º52.63%52.16%-
XYZ15.9720.587.83-
YUV118.7496.54123.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 63 (25% from 255) = 20.45%
R=36.36%
G=43.18%
B=20.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112133630.1600.530.487835.7138.43
Hex70853F10035304e2426
Octal1602057720065601164446
Binary1110000100001011111111000001101011100001001110100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70853F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70853F; }

 p { color: rgb(112,133,63); }

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

<style>
 a { background-color: #70853F; }

 a { background-color: rgb(112,133,63); }

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

<style>
 span { border-color: #70853F; }

 span { border-color: rgb(112,133,63); }

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