#689042

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

Shades of Dingley #689042

Tints of Dingley #689042

Color information

#689042 (or 0x689042) is unknown color: approx Dingley. HEX triplet: 68, 90 and 42. RGB value is (104,144,66). Sum of RGB (Red+Green+Blue) = 104+144+66=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #689042 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689042 is #976FBD. Grayscale: #7B7B7B. Windows color (decimal): -9924542 or 4362344. OLE color: 4362344.

HSL color Cylindrical-coordinate representation of color #689042: hue angle of 90.77º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #689042 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB10414466-
CMYK0.2800.540.44
HSL90.77º37.14%41.18%-
HSV(B)90.77º54.17%56.47%-
XYZ16.6723.288.77-
YUV123.1595.75114.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.12%
GREEN value IS 144 (56.64% from 255) = 45.86%
BLUE value IS 66 (26.17% from 255) = 21.02%
R=33.12%
G=45.86%
B=21.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104144660.2800.540.4490.7737.1441.18
Hex6890421C0362C5b2529
Octal15022010234066541334551
Binary11010001001000010000101110001101101011001011011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689042; }

 p { color: rgb(104,144,66); }

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

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

 a { background-color: rgb(104,144,66); }

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

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

 span { border-color: rgb(104,144,66); }

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