#70854C

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

Shades of Dingley #70854C

Tints of Dingley #70854C

Color information

#70854C (or 0x70854C) is unknown color: approx Dingley. HEX triplet: 70, 85 and 4C. RGB value is (112,133,76). Sum of RGB (Red+Green+Blue) = 112+133+76=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 133 - color contains mainly: green. Hex color #70854C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70854C is #8F7AB3. Grayscale: #787878. Windows color (decimal): -9403060 or 5014896. OLE color: 5014896.

HSL color Cylindrical-coordinate representation of color #70854C: hue angle of 82.11º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70854C is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB11213376-
CMYK0.1600.430.48
HSL82.11º27.27%40.98%-
HSV(B)82.11º42.86%52.16%-
XYZ16.3720.749.98-
YUV120.22103.04122.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.89%
GREEN value IS 133 (52.34% from 255) = 41.43%
BLUE value IS 76 (30.08% from 255) = 23.68%
R=34.89%
G=41.43%
B=23.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112133760.1600.430.4882.1127.2740.98
Hex70854C1002B30521b29
Octal16020511420053601223351
Binary1110000100001011001100100000101011110000101001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70854C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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