#708845

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

Shades of Dingley #708845

Tints of Dingley #708845

Color information

#708845 (or 0x708845) is unknown color: approx Dingley. HEX triplet: 70, 88 and 45. RGB value is (112,136,69). Sum of RGB (Red+Green+Blue) = 112+136+69=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #708845 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708845 is #8F77BA. Grayscale: #797979. Windows color (decimal): -9402299 or 4556912. OLE color: 4556912.

HSL color Cylindrical-coordinate representation of color #708845: hue angle of 81.49º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #708845 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB11213669-
CMYK0.1800.490.47
HSL81.49º32.68%40.2%-
HSV(B)81.49º49.26%53.33%-
XYZ16.5621.488.9-
YUV121.1998.55121.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.33%
GREEN value IS 136 (53.52% from 255) = 42.90%
BLUE value IS 69 (27.34% from 255) = 21.77%
R=35.33%
G=42.90%
B=21.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112136690.1800.490.4781.4932.6840.2
Hex708845120312F512128
Octal16021010522061571214150
Binary11100001000100010001011001001100011011111010001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708845; }

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

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

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

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

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

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

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

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