#689445

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

Shades of Dingley #689445

Tints of Dingley #689445

Color information

#689445 (or 0x689445) is unknown color: approx Dingley. HEX triplet: 68, 94 and 45. RGB value is (104,148,69). Sum of RGB (Red+Green+Blue) = 104+148+69=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #689445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689445 is #976BBA. Grayscale: #7E7E7E. Windows color (decimal): -9923515 or 4559976. OLE color: 4559976.

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

Color convert

RGB10414869-
CMYK0.3000.530.42
HSL93.42º36.41%42.55%-
HSV(B)93.42º53.38%58.04%-
XYZ17.3724.559.45-
YUV125.8495.92112.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.40%
GREEN value IS 148 (58.20% from 255) = 46.11%
BLUE value IS 69 (27.34% from 255) = 21.50%
R=32.40%
G=46.11%
B=21.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104148690.3000.530.4293.4236.4142.55
Hex6894451E0352A5d242b
Octal15022410536065521354453
Binary11010001001010010001011111001101011010101011101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689445; }

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

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

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

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

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

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

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

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