#689542

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

Shades of Dingley #689542

Tints of Dingley #689542

Color information

#689542 (or 0x689542) is unknown color: approx Dingley. HEX triplet: 68, 95 and 42. RGB value is (104,149,66). Sum of RGB (Red+Green+Blue) = 104+149+66=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #689542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689542 is #976ABD. Grayscale: #7E7E7E. Windows color (decimal): -9923262 or 4363624. OLE color: 4363624.

HSL color Cylindrical-coordinate representation of color #689542: hue angle of 92.53º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #689542 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB10414966-
CMYK0.3000.560.42
HSL92.53º38.6%42.16%-
HSV(B)92.53º55.7%58.43%-
XYZ17.4424.839.03-
YUV126.0894.09112.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 149 (58.59% from 255) = 46.71%
BLUE value IS 66 (26.17% from 255) = 20.69%
R=32.60%
G=46.71%
B=20.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104149660.3000.560.4292.5338.642.16
Hex6895421E0382A5d272a
Octal15022510236070521354752
Binary11010001001010110000101111001110001010101011101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689542; }

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

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

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

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

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

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

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

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