#708246

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

Shades of Dingley #708246

Tints of Dingley #708246

Color information

#708246 (or 0x708246) is unknown color: approx Dingley. HEX triplet: 70, 82 and 46. RGB value is (112,130,70). Sum of RGB (Red+Green+Blue) = 112+130+70=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #708246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708246 is #8F7DB9. Grayscale: #767676. Windows color (decimal): -9403834 or 4620912. OLE color: 4620912.

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

Color convert

RGB11213070-
CMYK0.1400.460.49
HSL78º30%39.22%-
HSV(B)78º46.15%50.98%-
XYZ15.7719.858.8-
YUV117.78101.04123.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.90%
GREEN value IS 130 (51.17% from 255) = 41.67%
BLUE value IS 70 (27.73% from 255) = 22.44%
R=35.90%
G=41.67%
B=22.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112130700.1400.460.49783039.22
Hex708246E02E314e1e27
Octal16020210616056611163647
Binary111000010000010100011011100101110110001100111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708246; }

 p { color: rgb(112,130,70); }

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

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

 a { background-color: rgb(112,130,70); }

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

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

 span { border-color: rgb(112,130,70); }

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