#708B49

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

Shades of Dingley #708B49

Tints of Dingley #708B49

Color information

#708B49 (or 0x708B49) is unknown color: approx Dingley. HEX triplet: 70, 8B and 49. RGB value is (112,139,73). Sum of RGB (Red+Green+Blue) = 112+139+73=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 139 - color contains mainly: green. Hex color #708B49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708B49 is #8F74B6. Grayscale: #7B7B7B. Windows color (decimal): -9401527 or 4819824. OLE color: 4819824.

HSL color Cylindrical-coordinate representation of color #708B49: hue angle of 84.55º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #708B49 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB11213973-
CMYK0.1900.470.45
HSL84.55º31.13%41.57%-
HSV(B)84.55º47.48%54.51%-
XYZ17.1222.399.72-
YUV123.499.55119.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.57%
GREEN value IS 139 (54.69% from 255) = 42.90%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=34.57%
G=42.90%
B=22.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112139730.1900.470.4584.5531.1341.57
Hex708B491302F2D551f2a
Octal16021311123057551253752
Binary1110000100010111001001100110101111101101101010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708B49; }

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

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

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

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

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

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

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

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