#709245

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

Shades of Dingley #709245

Tints of Dingley #709245

Color information

#709245 (or 0x709245) is unknown color: approx Dingley. HEX triplet: 70, 92 and 45. RGB value is (112,146,69). Sum of RGB (Red+Green+Blue) = 112+146+69=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #709245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709245 is #8F6DBA. Grayscale: #7F7F7F. Windows color (decimal): -9399739 or 4559472. OLE color: 4559472.

HSL color Cylindrical-coordinate representation of color #709245: hue angle of 86.49º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #709245 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.

Color convert

RGB11214669-
CMYK0.2300.530.43
HSL86.49º35.81%42.16%-
HSV(B)86.49º52.74%57.25%-
XYZ18.0424.439.4-
YUV127.0695.24117.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.25%
GREEN value IS 146 (57.42% from 255) = 44.65%
BLUE value IS 69 (27.34% from 255) = 21.10%
R=34.25%
G=44.65%
B=21.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112146690.2300.530.4386.4935.8142.16
Hex709245170352B56242a
Octal16022210527065531264452
Binary11100001001001010001011011101101011010111010110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709245; }

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

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

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

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

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

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

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

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