#708A4D

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

Shades of Dingley #708A4D

Tints of Dingley #708A4D

Color information

#708A4D (or 0x708A4D) is unknown color: approx Dingley. HEX triplet: 70, 8A and 4D. RGB value is (112,138,77). Sum of RGB (Red+Green+Blue) = 112+138+77=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 138 - color contains mainly: green. Hex color #708A4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708A4D is #8F75B2. Grayscale: #7B7B7B. Windows color (decimal): -9401779 or 5081712. OLE color: 5081712.

HSL color Cylindrical-coordinate representation of color #708A4D: hue angle of 85.57º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #708A4D is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB11213877-
CMYK0.1900.440.46
HSL85.57º28.37%42.16%-
HSV(B)85.57º44.2%54.12%-
XYZ17.1122.1610.4-
YUV123.27101.89119.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.25%
GREEN value IS 138 (54.30% from 255) = 42.20%
BLUE value IS 77 (30.47% from 255) = 23.55%
R=34.25%
G=42.20%
B=23.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112138770.1900.440.4685.5728.3742.16
Hex708A4D1302C2E561c2a
Octal16021211523054561263452
Binary1110000100010101001101100110101100101110101011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,138,77); }

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

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

 a { background-color: rgb(112,138,77); }

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

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

 span { border-color: rgb(112,138,77); }

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