#708B4B

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

Shades of Dingley #708B4B

Tints of Dingley #708B4B

Color information

#708B4B (or 0x708B4B) is unknown color: approx Dingley. HEX triplet: 70, 8B and 4B. RGB value is (112,139,75). Sum of RGB (Red+Green+Blue) = 112+139+75=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 139 - color contains mainly: green. Hex color #708B4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708B4B is #8F74B4. Grayscale: #7B7B7B. Windows color (decimal): -9401525 or 4950896. OLE color: 4950896.

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

Color convert

RGB11213975-
CMYK0.1900.460.45
HSL85.31º29.91%41.96%-
HSV(B)85.31º46.04%54.51%-
XYZ17.1822.4210.08-
YUV123.63100.55119.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.36%
GREEN value IS 139 (54.69% from 255) = 42.64%
BLUE value IS 75 (29.69% from 255) = 23.01%
R=34.36%
G=42.64%
B=23.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112139750.1900.460.4585.3129.9141.96
Hex708B4B1302E2D551e2a
Octal16021311323056551253652
Binary1110000100010111001011100110101110101101101010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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