#708147

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

Shades of Dingley #708147

Tints of Dingley #708147

Color information

#708147 (or 0x708147) is unknown color: approx Dingley. HEX triplet: 70, 81 and 47. RGB value is (112,129,71). Sum of RGB (Red+Green+Blue) = 112+129+71=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #708147 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708147 is #8F7EB8. Grayscale: #757575. Windows color (decimal): -9404089 or 4686192. OLE color: 4686192.

HSL color Cylindrical-coordinate representation of color #708147: hue angle of 77.59º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #708147 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB11212971-
CMYK0.1300.450.49
HSL77.59º29%39.22%-
HSV(B)77.59º44.96%50.59%-
XYZ15.6719.68.92-
YUV117.3101.87124.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.90%
GREEN value IS 129 (50.78% from 255) = 41.35%
BLUE value IS 71 (28.12% from 255) = 22.76%
R=35.90%
G=41.35%
B=22.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112129710.1300.450.4977.592939.22
Hex708147D02D314e1d27
Octal16020110715055611163547
Binary111000010000001100011111010101101110001100111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708147; }

 p { color: rgb(112,129,71); }

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

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

 a { background-color: rgb(112,129,71); }

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

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

 span { border-color: rgb(112,129,71); }

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