#689145

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

Shades of Dingley #689145

Tints of Dingley #689145

Color information

#689145 (or 0x689145) is unknown color: approx Dingley. HEX triplet: 68, 91 and 45. RGB value is (104,145,69). Sum of RGB (Red+Green+Blue) = 104+145+69=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #689145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689145 is #976EBA. Grayscale: #7C7C7C. Windows color (decimal): -9924283 or 4559208. OLE color: 4559208.

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

Color convert

RGB10414569-
CMYK0.2800.520.43
HSL92.37º35.51%41.96%-
HSV(B)92.37º52.41%56.86%-
XYZ16.9123.629.3-
YUV124.0896.92113.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.70%
GREEN value IS 145 (57.03% from 255) = 45.60%
BLUE value IS 69 (27.34% from 255) = 21.70%
R=32.70%
G=45.60%
B=21.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104145690.2800.520.4392.3735.5141.96
Hex6891451C0342B5c242a
Octal15022110534064531344452
Binary11010001001000110001011110001101001010111011100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689145; }

 p { color: rgb(104,145,69); }

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

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

 a { background-color: rgb(104,145,69); }

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

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

 span { border-color: rgb(104,145,69); }

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