#689F3D

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

Shades of Limeade #689F3D

Tints of Limeade #689F3D

Color information

#689F3D (or 0x689F3D) is unknown color: approx Limeade. HEX triplet: 68, 9F and 3D. RGB value is (104,159,61). Sum of RGB (Red+Green+Blue) = 104+159+61=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 159 - color contains mainly: green. Hex color #689F3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689F3D is #9760C2. Grayscale: #838383. Windows color (decimal): -9920707 or 4038504. OLE color: 4038504.

HSL color Cylindrical-coordinate representation of color #689F3D: hue angle of 93.67º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #689F3D is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB10415961-
CMYK0.3500.620.38
HSL93.67º44.55%43.14%-
HSV(B)93.67º61.64%62.35%-
XYZ18.9528.088.84-
YUV131.3888.28108.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.10%
GREEN value IS 159 (62.5% from 255) = 49.07%
BLUE value IS 61 (24.22% from 255) = 18.83%
R=32.10%
G=49.07%
B=18.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104159610.3500.620.3893.6744.5543.14
Hex689F3D2303E265e2d2b
Octal1502377543076461365553
Binary11010001001111111110110001101111101001101011110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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