#708644

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

Shades of Dingley #708644

Tints of Dingley #708644

Color information

#708644 (or 0x708644) is unknown color: approx Dingley. HEX triplet: 70, 86 and 44. RGB value is (112,134,68). Sum of RGB (Red+Green+Blue) = 112+134+68=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #708644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708644 is #8F79BB. Grayscale: #787878. Windows color (decimal): -9402812 or 4490864. OLE color: 4490864.

HSL color Cylindrical-coordinate representation of color #708644: hue angle of 80º 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 #708644 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB11213468-
CMYK0.1600.490.47
HSL80º32.67%39.61%-
HSV(B)80º49.25%52.55%-
XYZ16.2520.918.65-
YUV119.998.71122.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.67%
GREEN value IS 134 (52.73% from 255) = 42.68%
BLUE value IS 68 (26.95% from 255) = 21.66%
R=35.67%
G=42.68%
B=21.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112134680.1600.490.478032.6739.61
Hex708644100312F502128
Octal16020610420061571204150
Binary11100001000011010001001000001100011011111010000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708644; }

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

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

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

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

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

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

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

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