#708342

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

Shades of Dingley #708342

Tints of Dingley #708342

Color information

#708342 (or 0x708342) is unknown color: approx Dingley. HEX triplet: 70, 83 and 42. RGB value is (112,131,66). Sum of RGB (Red+Green+Blue) = 112+131+66=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #708342 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708342 is #8F7CBD. Grayscale: #767676. Windows color (decimal): -9403582 or 4359024. OLE color: 4359024.

HSL color Cylindrical-coordinate representation of color #708342: hue angle of 77.54º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #708342 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB11213166-
CMYK0.1500.500.49
HSL77.54º32.99%38.63%-
HSV(B)77.54º49.62%51.37%-
XYZ15.7820.078.2-
YUV117.9198.71123.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 131 (51.56% from 255) = 42.39%
BLUE value IS 66 (26.17% from 255) = 21.36%
R=36.25%
G=42.39%
B=21.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112131660.1500.500.4977.5432.9938.63
Hex708342F032314e2127
Octal16020310217062611164147
Binary1110000100000111000010111101100101100011001110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708342; }

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

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

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

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

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

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

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

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