#708642

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

Shades of Dingley #708642

Tints of Dingley #708642

Color information

#708642 (or 0x708642) is unknown color: approx Dingley. HEX triplet: 70, 86 and 42. RGB value is (112,134,66). Sum of RGB (Red+Green+Blue) = 112+134+66=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #708642 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708642 is #8F79BD. Grayscale: #777777. Windows color (decimal): -9402814 or 4359792. OLE color: 4359792.

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

Color convert

RGB11213466-
CMYK0.1600.510.47
HSL79.41º34%39.22%-
HSV(B)79.41º50.75%52.55%-
XYZ16.1920.898.33-
YUV119.6797.71122.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.90%
GREEN value IS 134 (52.73% from 255) = 42.95%
BLUE value IS 66 (26.17% from 255) = 21.15%
R=35.90%
G=42.95%
B=21.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112134660.1600.510.4779.413439.22
Hex708642100332F4f2227
Octal16020610220063571174247
Binary11100001000011010000101000001100111011111001111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708642; }

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

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

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

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

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

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

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

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