#689140

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

Shades of Dingley #689140

Tints of Dingley #689140

Color information

#689140 (or 0x689140) is unknown color: approx Dingley. HEX triplet: 68, 91 and 40. RGB value is (104,145,64). Sum of RGB (Red+Green+Blue) = 104+145+64=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #689140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689140 is #976EBF. Grayscale: #7B7B7B. Windows color (decimal): -9924288 or 4231528. OLE color: 4231528.

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

Color convert

RGB10414564-
CMYK0.2800.560.43
HSL90.37º38.76%40.98%-
HSV(B)90.37º55.86%56.86%-
XYZ16.7623.568.52-
YUV123.5194.42114.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.23%
GREEN value IS 145 (57.03% from 255) = 46.33%
BLUE value IS 64 (25.39% from 255) = 20.45%
R=33.23%
G=46.33%
B=20.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104145640.2800.560.4390.3738.7640.98
Hex6891401C0382B5a2729
Octal15022110034070531324751
Binary11010001001000110000001110001110001010111011010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689140; }

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

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

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

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

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

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

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

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