#708649

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

Shades of Dingley #708649

Tints of Dingley #708649

Color information

#708649 (or 0x708649) is unknown color: approx Dingley. HEX triplet: 70, 86 and 49. RGB value is (112,134,73). Sum of RGB (Red+Green+Blue) = 112+134+73=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 134 - color contains mainly: green. Hex color #708649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708649 is #8F79B6. Grayscale: #787878. Windows color (decimal): -9402807 or 4818544. OLE color: 4818544.

HSL color Cylindrical-coordinate representation of color #708649: hue angle of 81.64º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #708649 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB11213473-
CMYK0.1600.460.47
HSL81.64º29.47%40.59%-
HSV(B)81.64º45.52%52.55%-
XYZ16.4120.989.49-
YUV120.47101.21121.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.11%
GREEN value IS 134 (52.73% from 255) = 42.01%
BLUE value IS 73 (28.91% from 255) = 22.88%
R=35.11%
G=42.01%
B=22.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112134730.1600.460.4781.6429.4740.59
Hex7086491002E2F521d29
Octal16020611120056571223551
Binary1110000100001101001001100000101110101111101001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708649; }

 p { color: rgb(112,134,73); }

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

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

 a { background-color: rgb(112,134,73); }

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

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

 span { border-color: rgb(112,134,73); }

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