#708447

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

Shades of Dingley #708447

Tints of Dingley #708447

Color information

#708447 (or 0x708447) is unknown color: approx Dingley. HEX triplet: 70, 84 and 47. RGB value is (112,132,71). Sum of RGB (Red+Green+Blue) = 112+132+71=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #708447 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708447 is #8F7BB8. Grayscale: #777777. Windows color (decimal): -9403321 or 4686960. OLE color: 4686960.

HSL color Cylindrical-coordinate representation of color #708447: hue angle of 79.67º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #708447 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB11213271-
CMYK0.1500.460.48
HSL79.67º30.05%39.8%-
HSV(B)79.67º46.21%51.76%-
XYZ16.0720.49.05-
YUV119.07100.87122.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 132 (51.95% from 255) = 41.90%
BLUE value IS 71 (28.12% from 255) = 22.54%
R=35.56%
G=41.90%
B=22.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112132710.1500.460.4879.6730.0539.8
Hex708447F02E30501e28
Octal16020410717056601203650
Binary111000010000100100011111110101110110000101000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708447; }

 p { color: rgb(112,132,71); }

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

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

 a { background-color: rgb(112,132,71); }

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

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

 span { border-color: rgb(112,132,71); }

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