#708D4C

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

Shades of Dingley #708D4C

Tints of Dingley #708D4C

Color information

#708D4C (or 0x708D4C) is unknown color: approx Dingley. HEX triplet: 70, 8D and 4C. RGB value is (112,141,76). Sum of RGB (Red+Green+Blue) = 112+141+76=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 141 - color contains mainly: green. Hex color #708D4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708D4C is #8F72B3. Grayscale: #7D7D7D. Windows color (decimal): -9401012 or 5016944. OLE color: 5016944.

HSL color Cylindrical-coordinate representation of color #708D4C: hue angle of 86.77º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #708D4C is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB11214176-
CMYK0.2100.460.45
HSL86.77º29.95%42.55%-
HSV(B)86.77º46.1%55.29%-
XYZ17.5123.0210.36-
YUV124.92100.39118.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 141 (55.47% from 255) = 42.86%
BLUE value IS 76 (30.08% from 255) = 23.10%
R=34.04%
G=42.86%
B=23.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112141760.2100.460.4586.7729.9542.55
Hex708D4C1502E2D571e2b
Octal16021511425056551273653
Binary1110000100011011001100101010101110101101101011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708D4C; }

 p { color: rgb(112,141,76); }

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

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

 a { background-color: rgb(112,141,76); }

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

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

 span { border-color: rgb(112,141,76); }

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