#70814A

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

Shades of Dingley #70814A

Tints of Dingley #70814A

Color information

#70814A (or 0x70814A) is unknown color: approx Dingley. HEX triplet: 70, 81 and 4A. RGB value is (112,129,74). Sum of RGB (Red+Green+Blue) = 112+129+74=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 129 - color contains mainly: green. Hex color #70814A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70814A is #8F7EB5. Grayscale: #757575. Windows color (decimal): -9404086 or 4882800. OLE color: 4882800.

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

Color convert

RGB11212974-
CMYK0.1300.430.49
HSL78.55º27.09%39.8%-
HSV(B)78.55º42.64%50.59%-
XYZ15.7719.649.44-
YUV117.65103.37123.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 129 (50.78% from 255) = 40.95%
BLUE value IS 74 (29.30% from 255) = 23.49%
R=35.56%
G=40.95%
B=23.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112129740.1300.430.4978.5527.0939.8
Hex70814AD02B314f1b28
Octal16020111215053611173350
Binary111000010000001100101011010101011110001100111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70814A; }

 p { color: rgb(112,129,74); }

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

<style>
 a { background-color: #70814A; }

 a { background-color: rgb(112,129,74); }

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

<style>
 span { border-color: #70814A; }

 span { border-color: rgb(112,129,74); }

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