#689B3D

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

Shades of Limeade #689B3D

Tints of Limeade #689B3D

Color information

#689B3D (or 0x689B3D) is unknown color: approx Limeade. HEX triplet: 68, 9B and 3D. RGB value is (104,155,61). Sum of RGB (Red+Green+Blue) = 104+155+61=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #689B3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689B3D is #9764C2. Grayscale: #818181. Windows color (decimal): -9921731 or 4037480. OLE color: 4037480.

HSL color Cylindrical-coordinate representation of color #689B3D: hue angle of 92.55º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #689B3D is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB10415561-
CMYK0.3300.610.39
HSL92.55º43.52%42.35%-
HSV(B)92.55º60.65%60.78%-
XYZ18.2726.728.61-
YUV129.0489.6110.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.5%
GREEN value IS 155 (60.94% from 255) = 48.44%
BLUE value IS 61 (24.22% from 255) = 19.06%
R=32.5%
G=48.44%
B=19.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104155610.3300.610.3992.5543.5242.35
Hex689B3D2103D275d2c2a
Octal1502337541075471355452
Binary11010001001101111110110000101111011001111011101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689B3D; }

 p { color: rgb(104,155,61); }

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

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

 a { background-color: rgb(104,155,61); }

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

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

 span { border-color: rgb(104,155,61); }

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