#708542

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

Shades of Dingley #708542

Tints of Dingley #708542

Color information

#708542 (or 0x708542) is unknown color: approx Dingley. HEX triplet: 70, 85 and 42. RGB value is (112,133,66). Sum of RGB (Red+Green+Blue) = 112+133+66=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #708542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708542 is #8F7ABD. Grayscale: #777777. Windows color (decimal): -9403070 or 4359536. OLE color: 4359536.

HSL color Cylindrical-coordinate representation of color #708542: hue angle of 78.81º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #708542 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB11213366-
CMYK0.1600.500.48
HSL78.81º33.67%39.02%-
HSV(B)78.81º50.38%52.16%-
XYZ16.0520.618.29-
YUV119.0898.04122.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.01%
GREEN value IS 133 (52.34% from 255) = 42.77%
BLUE value IS 66 (26.17% from 255) = 21.22%
R=36.01%
G=42.77%
B=21.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112133660.1600.500.4878.8133.6739.02
Hex70854210032304f2227
Octal16020510220062601174247
Binary11100001000010110000101000001100101100001001111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708542; }

 p { color: rgb(112,133,66); }

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

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

 a { background-color: rgb(112,133,66); }

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

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

 span { border-color: rgb(112,133,66); }

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