#708A45

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

Shades of Dingley #708A45

Tints of Dingley #708A45

Color information

#708A45 (or 0x708A45) is unknown color: approx Dingley. HEX triplet: 70, 8A and 45. RGB value is (112,138,69). Sum of RGB (Red+Green+Blue) = 112+138+69=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 138 - color contains mainly: green. Hex color #708A45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708A45 is #8F75BA. Grayscale: #7A7A7A. Windows color (decimal): -9401787 or 4557424. OLE color: 4557424.

HSL color Cylindrical-coordinate representation of color #708A45: hue angle of 82.61º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #708A45 is Cyan = 0.19, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.

Color convert

RGB11213869-
CMYK0.1900.50.46
HSL82.61º33.33%40.59%-
HSV(B)82.61º50%54.12%-
XYZ16.8422.059-
YUV122.3697.89120.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.11%
GREEN value IS 138 (54.30% from 255) = 43.26%
BLUE value IS 69 (27.34% from 255) = 21.63%
R=35.11%
G=43.26%
B=21.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112138690.1900.50.4682.6133.3340.59
Hex708A45130322E532129
Octal16021210523062561234151
Binary11100001000101010001011001101100101011101010011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,138,69); }

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

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

 a { background-color: rgb(112,138,69); }

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

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

 span { border-color: rgb(112,138,69); }

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