#708941

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

Shades of Dingley #708941

Tints of Dingley #708941

Color information

#708941 (or 0x708941) is unknown color: approx Dingley. HEX triplet: 70, 89 and 41. RGB value is (112,137,65). Sum of RGB (Red+Green+Blue) = 112+137+65=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #708941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708941 is #8F76BE. Grayscale: #797979. Windows color (decimal): -9402047 or 4295024. OLE color: 4295024.

HSL color Cylindrical-coordinate representation of color #708941: hue angle of 80.83º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #708941 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB11213765-
CMYK0.1800.530.46
HSL80.83º35.64%39.61%-
HSV(B)80.83º52.55%53.73%-
XYZ16.5821.728.32-
YUV121.3296.22121.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.67%
GREEN value IS 137 (53.91% from 255) = 43.63%
BLUE value IS 65 (25.78% from 255) = 20.70%
R=35.67%
G=43.63%
B=20.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112137650.1800.530.4680.8335.6439.61
Hex708941120352E512428
Octal16021110122065561214450
Binary11100001000100110000011001001101011011101010001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708941; }

 p { color: rgb(112,137,65); }

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

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

 a { background-color: rgb(112,137,65); }

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

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

 span { border-color: rgb(112,137,65); }

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