#708849

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

Shades of Dingley #708849

Tints of Dingley #708849

Color information

#708849 (or 0x708849) is unknown color: approx Dingley. HEX triplet: 70, 88 and 49. RGB value is (112,136,73). Sum of RGB (Red+Green+Blue) = 112+136+73=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #708849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708849 is #8F77B6. Grayscale: #797979. Windows color (decimal): -9402295 or 4819056. OLE color: 4819056.

HSL color Cylindrical-coordinate representation of color #708849: hue angle of 82.86º degrees, saturation: 0.3, 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 #708849 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB11213673-
CMYK0.1800.460.47
HSL82.86º30.14%40.98%-
HSV(B)82.86º46.32%53.33%-
XYZ16.6921.539.58-
YUV121.64100.55121.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.89%
GREEN value IS 136 (53.52% from 255) = 42.37%
BLUE value IS 73 (28.91% from 255) = 22.74%
R=34.89%
G=42.37%
B=22.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112136730.1800.460.4782.8630.1440.98
Hex7088491202E2F531e29
Octal16021011122056571233651
Binary1110000100010001001001100100101110101111101001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708849; }

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

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

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

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

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

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

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

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