#708B4D

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

Shades of Dingley #708B4D

Tints of Dingley #708B4D

Color information

#708B4D (or 0x708B4D) is unknown color: approx Dingley. HEX triplet: 70, 8B and 4D. RGB value is (112,139,77). Sum of RGB (Red+Green+Blue) = 112+139+77=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 139 - color contains mainly: green. Hex color #708B4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B4D is #8F74B2. Grayscale: #7C7C7C. Windows color (decimal): -9401523 or 5081968. OLE color: 5081968.

HSL color Cylindrical-coordinate representation of color #708B4D: hue angle of 86.13º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #708B4D is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB11213977-
CMYK0.1900.450.45
HSL86.13º28.7%42.35%-
HSV(B)86.13º44.6%54.51%-
XYZ17.2522.4510.44-
YUV123.86101.55119.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.15%
GREEN value IS 139 (54.69% from 255) = 42.38%
BLUE value IS 77 (30.47% from 255) = 23.48%
R=34.15%
G=42.38%
B=23.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112139770.1900.450.4586.1328.742.35
Hex708B4D1302D2D561d2a
Octal16021311523055551263552
Binary1110000100010111001101100110101101101101101011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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